Commit 5986a376 authored by Eric Covener's avatar Eric Covener
Browse files

PR61012: log a trace message on tunnel shutdown




git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1792394 13f79535-47bb-0310-9956-ffa450edef68
parent 46f3ece4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
                }
            }