https://bz.apache.org/bugzilla/show_bug.cgi?id=65725
Bug ID: 65725
Summary: httpd responds with the overall status code rather
than the interim 100 Continue response
Product: Apache httpd-2
Version: 2.4.51
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Core
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
When a client supplies the Expect: 100-Continue request header, httpd responds
with the overall status code of 200 (upon successful authentication reported by
mod_authnz_fcgi). It does not send the interim response of 100 Continue.
Furthermore, after sending the final status code, httpd does not close the
connection and continues to perform the POST. This is in violation of RFC2616.
This appears to be a side effect of the fix
mod_proxy_http: Fix 100-continue deadlock for spooled request bodies,
leading to Request Timeout (408). PR 63855. [Yann Ylavic]
that went into 2.4.47.
--
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]