From: Eric Covener Date: Sun, 23 Apr 2017 21:26:37 +0000 (+0000) Subject: PR61012: log a trace message on tunnel shutdown X-Git-Tag: 2.5.0-alpha~452 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8af890b8f809321456c47df8dce7e1d941356a1f;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/modules/proxy/mod_proxy_wstunnel.c b/modules/proxy/mod_proxy_wstunnel.c index 31398d5fc9b..f7f7b7cc7a1 100644 --- a/modules/proxy/mod_proxy_wstunnel.c +++ b/modules/proxy/mod_proxy_wstunnel.c @@ -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; } }