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

Yann Ylavic <ylavic....@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #35432|0                           |1
        is obsolete|                            |

--- Comment #20 from Yann Ylavic <ylavic....@gmail.com> ---
Created attachment 35446
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35446&action=edit
Handle POLLOUT in proxy_connect (v6)

This new patch gives more control (flags) to the caller of
ap_proxy_transfer_between_connections(), which can now stop its loop when the
output filter chain starts buffering data.

It also refactors proxy_connect_handler() to have a symetric loop because the
logic had to be duplicated on both sides (the more we add logic, the less it
becomes readable).

I made more testing with it and it seems to work as expected here..

I also have an update for attachment 35427 but this patch is actually barely
related (the above patch should work on its own for the proxy connect case).

I can provide it here too if you wish because it allows to transfer more than
8K bytes at a time (a current limitation in mod_proxy_connect).

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