From: Ruediger Pluem Date: Fri, 29 Jan 2016 11:58:25 +0000 (+0000) Subject: * Use the brigades the other way around if the connections are used the other way... X-Git-Tag: 2.5.0-alpha~2255 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6583e5de1d828e604c4f544b4151642577527248;p=apache * Use the brigades the other way around if the connections are used the other way around git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727551 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/mod_proxy_wstunnel.c b/modules/proxy/mod_proxy_wstunnel.c index 417eb6693f..3a881114dd 100644 --- a/modules/proxy/mod_proxy_wstunnel.c +++ b/modules/proxy/mod_proxy_wstunnel.c @@ -113,7 +113,7 @@ static int proxy_wstunnel_pump(ws_baton_t *baton, apr_time_t timeout, int try_as if (pollevent & (APR_POLLIN | APR_POLLHUP)) { ap_log_rerror(APLOG_MARK, APLOG_TRACE1, 0, r, APLOGNO(02448) "client was readable"); - done |= proxy_wstunnel_transfer(r, c, backconn, bb_i, bb_o, + done |= proxy_wstunnel_transfer(r, c, backconn, bb_o, bb_i, "client", &replied) != APR_SUCCESS; }