https://bz.apache.org/bugzilla/show_bug.cgi?id=60313

--- Comment #6 from Yann Ylavic <[email protected]> ---
If the connection has issues (timeout, closed, reset...) before the announced
body is fully received (per Content-Length), httpd tells so to the module
asking for it (mod_php or whatever).

If that module (as a request handler) wants httpd to respond with the relevant
HTTP error, it simply returns the corresponding ap_map_http_request_error().
But if the caller ignores the error, there is nothing httpd can do.

No builtin httpd module should ignore errors, but mod_php is not maintained by
the Apache HTTP server community, and I don't know enough about its internals
to tell whether the error is ignored by it or the final application.

-- 
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]

Reply via email to