]> granicus.if.org Git - apache/commitdiff
* Use the brigades the other way around if the connections are used the other way...
authorRuediger Pluem <rpluem@apache.org>
Fri, 29 Jan 2016 11:58:25 +0000 (11:58 +0000)
committerRuediger Pluem <rpluem@apache.org>
Fri, 29 Jan 2016 11:58:25 +0000 (11:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727551 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_wstunnel.c

index 417eb6693fc05ddbdfaabacf7929d44aebade783..3a881114dde96bddbeaae3df453b41f33d0b7e1c 100644 (file)
@@ -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;
                 }