From bcf87c0fe1e1ef936f38c8b3777c2eb0806b3889 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Tue, 12 Feb 2019 07:49:32 +0000 Subject: [PATCH] Fix numbering git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1853416 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 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); -- 2.47.3