From 6583e5de1d828e604c4f544b4151642577527248 Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Fri, 29 Jan 2016 11:58:25 +0000 Subject: [PATCH] * 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 --- modules/proxy/mod_proxy_wstunnel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.40.0