[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:
parent
752e501231
commit
a80f75e004
1
NEWS
1
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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue