[mod_proxy] remove debug log line from error log (fixes #2659)

From: Stefan Bühler <stbuehler@web.de>

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3007 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
Stefan Bühler 2015-08-03 19:43:06 +00:00
parent 752e501231
commit a80f75e004
2 changed files with 1 additions and 1 deletions

1
NEWS
View File

@ -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

View File

@ -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;