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

--- Comment #10 from Carsten Wolff <cars...@wolffcarsten.de> ---
(In reply to Yann Ylavic from comment #9)
> Could you please test it and see if it helps for this case too?
> It should be applied in addition to attachment 35426 [details] (v3) because
> proxy_connect needs to do the right thing regarding POLLOUT still.

I did now test these two patches together. The result is unchanged. strace and
backtrace look the same, send_brigade_blocking() calls apr_poll() with a
timeout of 300 seconds. After timeout it comes back with APR_TIMEUP, which
results in a socket close.
So it seems, that should_flush() sets flush_upto to a true value and thus has
no influence on the situation.

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