Commit b76b876a authored by Eric Covener's avatar Eric Covener
Browse files

followup to r1776285

backwards per rpluem


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1778117 13f79535-47bb-0310-9956-ffa450edef68
parent 905dfdb3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -468,7 +468,7 @@ static int proxy_wstunnel_handler(request_rec *r, proxy_worker *worker,
    if (!upgrade || ap_cstr_casecmp(upgrade, "WebSocket") != 0) {
        ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(02900)
                      "declining URL %s  (not WebSocket, Upgrade: header is %s)", 
                      url, upgrade ? "missing" : upgrade);
                      url, upgrade ? upgrade : "missing");
        return DECLINED;
    }