summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2019-10-20 08:58:29 +0200
committerChristophe Jaillet <jailletc36@apache.org>2019-10-20 08:58:29 +0200
commit82b7e77b826ce6a17cf98577b9969b88e09861fd (patch)
tree16c70133b818b4b4375e1c6dcfecdd1f51bf3536 /modules
parentmod_proxy_http: follow up to r1868576. (diff)
downloadapache2-82b7e77b826ce6a17cf98577b9969b88e09861fd.tar.xz
apache2-82b7e77b826ce6a17cf98577b9969b88e09861fd.zip
Synch 2.4.x and trunk.
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
Diffstat (limited to 'modules')
-rw-r--r--modules/proxy/mod_proxy_wstunnel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/proxy/mod_proxy_wstunnel.c b/modules/proxy/mod_proxy_wstunnel.c
index 6c46bac179..ba875980ba 100644
--- a/modules/proxy/mod_proxy_wstunnel.c
+++ b/modules/proxy/mod_proxy_wstunnel.c
@@ -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;
}