summaryrefslogtreecommitdiffstats
path: root/modules/proxy/mod_proxy_wstunnel.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/proxy/mod_proxy_wstunnel.c')
-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;
}