]> granicus.if.org Git - apache/commitdiff
Synch 2.4.x and trunk.
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 20 Oct 2019 06:58:29 +0000 (06:58 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 20 Oct 2019 06:58:29 +0000 (06:58 +0000)
There is an extra space on trunk. Axe it.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1868642 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_wstunnel.c

index 6c46bac179eac72342dd96f5157193ecf67f6414..ba875980ba6a0c5f2c03e8732268a3e6d2c36e8b 100644 (file)
@@ -524,7 +524,7 @@ static int proxy_wstunnel_handler(request_rec *r, proxy_worker *worker,
 
     /* Step Three: Create conn_rec */
     status = ap_proxy_connection_create_ex(scheme, backend, r);
-    if (status  != OK) {
+    if (status != OK) {
         goto cleanup;
     }