]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix numbering
authorChristophe Jaillet <jailletc36@apache.org>
Tue, 12 Feb 2019 07:49:32 +0000 (07:49 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Tue, 12 Feb 2019 07:49:32 +0000 (07:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1853416 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_wstunnel.c

index 064cccd4f8fc1eb74ae7015b4cbbbaa2cc40c7b0..b03778a92e41f3548576e871274700f5eed9ebcb 100644 (file)
@@ -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);