Commit 62671f25 authored by jailletc36's avatar jailletc36
Browse files

Fix numbering

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1853416 13f79535-47bb-0310-9956-ffa450edef68
parent abe53b11
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);