https://issues.apache.org/bugzilla/show_bug.cgi?id=42190
Nick Kew <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution| |FIXED --- Comment #9 from Nick Kew <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
