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

--- Comment #9 from Michael Osipov <micha...@apache.org> ---
(In reply to Yann Ylavic from comment #8)
> Can't the ProxyPass ping= parameter help here, such that mod_proxy_http
> issues a 100-continue negotiation with the backend (even if the client did
> not ask for it)?
> 
> In latest mod_proxy versions, if the response to the 100-continue
> negotiation is not a "100 continue" status from the backend, then the
> response is forwarded directly to the client (the request body is never sent
> to the backend).

In my case, to some extend. I have tried with 100 ms and 500 ms. The backend is
on the same machine. Sometimes it works, sometimes curl receives 503. But
adding a fixed overhead to each an every request isn't a real solution because
the backend (Tomcat) does the right thing. mod_proxy_http should probably react
on the immediate close.

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