https://issues.apache.org/bugzilla/show_bug.cgi?id=50948
Joe Orton <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #2 from Joe Orton <[email protected]> 2011-06-24 08:38:33 UTC --- mod_cgi does not discover the child has died until it reads or writes from the child's stdout or stdin respectively. If the client is sending a body, mod_cgi will not write to the stdin until it reads a block from the client. So, this is expected behaviour, sorry. (It is a design constraint with httpd filters that it is not possible to wait for I/O across {client connection, pipes to children}.) -- 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]
