From: Christophe Jaillet Date: Sat, 23 Jun 2018 20:06:46 +0000 (+0000) Subject: Follow-up to r1754161 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9dea2b41952f563cf00b66efff5aaf4ab5cba5d;p=apache Follow-up to r1754161 Fix a missed s/backconn/backend connection/ in an un-likely error path. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834222 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/mod_proxy_wstunnel.c b/modules/proxy/mod_proxy_wstunnel.c index 5819ad65b9..b30de8ce45 100644 --- a/modules/proxy/mod_proxy_wstunnel.c +++ b/modules/proxy/mod_proxy_wstunnel.c @@ -104,7 +104,7 @@ static int proxy_wstunnel_pump(ws_baton_t *baton, apr_time_t timeout, int try_po } else { ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO(02605) - "unknown event on backconn %d", pollevent); + "unknown event on backend connection %d", pollevent); done = 1; } }