From: Eric Covener Date: Tue, 30 May 2017 13:39:45 +0000 (+0000) Subject: whitespace only X-Git-Tag: 2.5.0-alpha~390 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fc1981aa0ee83d6e83e588b6dd2f2c10977aaf83;p=thirdparty%2Fapache%2Fhttpd.git whitespace only git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1796864 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/mod_proxy_wstunnel.c b/modules/proxy/mod_proxy_wstunnel.c index 42147b9477c..8c0e06c1958 100644 --- a/modules/proxy/mod_proxy_wstunnel.c +++ b/modules/proxy/mod_proxy_wstunnel.c @@ -328,7 +328,7 @@ static int proxy_wstunnel_request(apr_pool_t *p, request_rec *r, } if (ap_cstr_casecmp(upgrade_method, "NONE") == 0) { - buf = apr_pstrdup(p, "Upgrade: WebSocket" CRLF "Connection: Upgrade" CRLF CRLF); + buf = apr_pstrdup(p, "Upgrade: WebSocket" CRLF "Connection: Upgrade" CRLF CRLF); } else { buf = apr_pstrcat(p, "Upgrade: ", upgrade_method, CRLF "Connection: Upgrade" CRLF CRLF, NULL); }