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

--- Comment #50 from Carsten Wolff <cars...@wolffcarsten.de> ---
(In reply to Yann Ylavic from comment #49)
> The idea is to "drain" the input chain by not clearing POLLOUT (on the other
> side) until done.

How would that work? After POLLOUT we only call ap_core_output_filter, which
does not access f->ctx->in_ctx, where the data hides. And we can't extract the
data by accessing ctx from mod_proxy_connect, because the ctx are private
structures. I don't see an elegant solution without modifying the core_filter.

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