From a80f75e004607f53e88d20a06539e2e92963d55b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Mon, 3 Aug 2015 19:43:06 +0000 Subject: [PATCH] [mod_proxy] remove debug log line from error log (fixes #2659) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Stefan Bühler git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3007 152afb58-edef-0310-8abb-c4023f1b3aa9 --- NEWS | 1 + src/mod_proxy.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 386e6753..cc48d66a 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,7 @@ NEWS ==== - 1.4.37 + * [mod_proxy] remove debug log line from error log (fixes #2659) - 1.4.36 - 2015-07-26 * use keep-alive timeout while waiting for HTTP headers; use always the read timeout while waiting for the HTTP body diff --git a/src/mod_proxy.c b/src/mod_proxy.c index b7e543fe..79ec6ee2 100644 --- a/src/mod_proxy.c +++ b/src/mod_proxy.c @@ -940,7 +940,6 @@ static handler_t proxy_handle_fdevent(server *srv, void *ctx, int revents) { case 1: /* we are done */ proxy_connection_close(srv, hctx); - log_error_write(srv, __FILE__, __LINE__, "s", "proxy request finished"); joblist_append(srv, con); return HANDLER_FINISHED;