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

--- Comment #20 from Michael Osipov <micha...@apache.org> ---
For my understand: This only happens when a body modifying filter is in place?!
The filter requires the body to be present in a streaming fashion to perform
its work, but "Expect: 100-continue" operates on the request headers only and
that is why HTTPd has never send the header to Tomcat and everything stalled?
So the filter should only happen when the downstream server is willing to
accept the request at all based on the headers.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to