]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
PR61012: log a trace message on tunnel shutdown
authorEric Covener <covener@apache.org>
Sun, 23 Apr 2017 21:26:37 +0000 (21:26 +0000)
committerEric Covener <covener@apache.org>
Sun, 23 Apr 2017 21:26:37 +0000 (21:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1792394 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_wstunnel.c

index 31398d5fc9b9550572c2643b2a5ade834138c75f..f7f7b7cc7a1edd23c18b340e2922ef4ab89508c9 100644 (file)
@@ -67,6 +67,7 @@ static int proxy_wstunnel_pump(ws_baton_t *baton, apr_time_t timeout, int try_po
                     return SUSPENDED;
                 }
                 else { 
+                    ap_log_rerror(APLOG_MARK, APLOG_TRACE1, rv, r, APLOGNO() "Closing idle tunnel");
                     return HTTP_REQUEST_TIME_OUT;
                 }
             }