You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2014/01/13 16:02:28 UTC

[Bug 54526] mod_proxy_http ignores request abortion

https://issues.apache.org/bugzilla/show_bug.cgi?id=54526

--- Comment #1 from Yann Ylavic <yl...@gmail.com> ---
mod_proxy won't check the client's connection while it is waiting for the
backend's response, and in any case won't abort the latter based on the former
being (half-)closed (the connection can't be read anymore, but still can be
written to).

Why is the backend timeout-ing on the first request, it does not respond at
all?
How does it know the client has aborted, based on a second request being
received?

I don't see how mod_proxy could handle this, it is responsible for forwarding
anything it gets in the configured time...

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org