You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2008/12/27 04:55:14 UTC

DO NOT REPLY [Bug 42190] Similar to bugid #35424, this seems to occur on Apache2 (cgi - invalid connection close)

https://issues.apache.org/bugzilla/show_bug.cgi?id=42190


Nick Kew <ni...@webthing.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|                            |FIXED




--- Comment #9 from Nick Kew <ni...@webthing.com>  2008-12-26 19:55:14 PST ---
In current versions, the CGI headers are not buffered, so this error doesn't
arise.  Tested with your script with both mod_cgi and mod_cgid.

In a variant where the sleep is moved to before emitting the header, it returns
Error 500.  As suggested in comments above, 504 would be better.  I´m marking
this fixed, and committing a /trunk/ fix in r729586 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=729586 )to return 504 instead of
500 when a script times out having returned nothing at all.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org