Caudium 1.5: Incomplete CGI/uniscript pages fixed (available for Caudium 1.4 now)
I had some problems with http://lists.oav.net/wws/arc/caudium-general/2006-02/thrd1.html on my darwin box and on some Debian Sarge machines. With the http://lists.oav.net/wws/arc/caudium-devel/2006-02/, the problem has been hopefully fixed. Sometimes these modules couldn't write the data on their output file descriptor and hung. The fix was to have a callback for writing the data once the file descriptor can accept them. There's a new option ins the Caudium configuration interface which limit the real time the CGI module should wait for this callback. It's labelled "Limits: Timeout when network buffer is full". Detailed fix for incomplete CGI pages:![[external]](/static/images/Icon-Extlink.png)
- CGI:Wrapper::done() Some data from the buffer hasn't been sent, yet
- CGI:Wrapper::destroy() killed while there was still data in the buffer
Permalink No comments / Post a Comment