https://issues.apache.org/bugzilla/show_bug.cgi?id=55433
--- Comment #1 from [email protected] --- I should clarify a couple of points: * Apache httpd will only return the final status code if the upstream server consumes the entire request *before* sending its response. If the response is sent before the input stream is consumed, httpd will discard the upstream response and return 502 Bad Gateway. * httpd returns a 100 Continue immediately to the client when it sees the Expect header, rather than waiting for the upstream server to respond. -- 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]
