DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11178>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11178 mod_cgi and mod_cgid do not handle buffer flushing well [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2002-10-03 20:08 ------- A couple of bugs fixed in the last couple of days broke streaming output from some CGIs. Output would be held until the CGI was done or until a threshhold was reached. Instead, pending output should be sent as soon as we find out that no more data will arrive from the CGI for a while. mod_cgi itself was okay, but core code needed this patch (which will be in the next release of Apache): http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/protocol.c.diff? r1=1.118&r2=1.119 (URL is all one line) The mod_cgid fix is more extensive (parts of it in APR and parts of it in mod_cgid), so you probabably want to wait until it is all bundled up in a new release (probably the one after 2.0.43). Please try the mod_cgi fix in 2.0.43 (when it comes out) or apply the patch above to 2.0.42. If the problems with your CGIs are not resolved, please re-open this bug. Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
