From 82b7e77b826ce6a17cf98577b9969b88e09861fd Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sun, 20 Oct 2019 06:58:29 +0000 Subject: 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 --- modules/proxy/mod_proxy_wstunnel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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; } -- cgit v1.2.3