From 8af890b8f809321456c47df8dce7e1d941356a1f Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sun, 23 Apr 2017 21:26:37 +0000 Subject: [PATCH] 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 --- modules/proxy/mod_proxy_wstunnel.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/proxy/mod_proxy_wstunnel.c b/modules/proxy/mod_proxy_wstunnel.c index 31398d5fc9..f7f7b7cc7a 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; } } -- 2.40.0