From: Christophe Jaillet Date: Tue, 12 Feb 2019 07:49:32 +0000 (+0000) Subject: Fix numbering X-Git-Tag: 2.5.0-alpha2-ci-test-only~2163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcf87c0fe1e1ef936f38c8b3777c2eb0806b3889;p=thirdparty%2Fapache%2Fhttpd.git Fix numbering git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1853416 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/mod_proxy_wstunnel.c b/modules/proxy/mod_proxy_wstunnel.c index 064cccd4f8f..b03778a92e4 100644 --- a/modules/proxy/mod_proxy_wstunnel.c +++ b/modules/proxy/mod_proxy_wstunnel.c @@ -530,7 +530,7 @@ static int proxy_wstunnel_handler(request_rec *r, proxy_worker *worker, } } - /* Step Three: Process the Request */ + /* Step Four: Process the Request */ status = proxy_wstunnel_request(p, r, backend, worker, conf, uri, locurl, server_portstr, scheme);