On Sun, Oct 24, 2010 at 4:11 AM, Marco d'Itri <[email protected]> wrote:
> I am experiencing this bug on a high traffic server, please apply the
> fix:
>
> http://redmine.lighttpd.net/issues/2257
Hi release team,
The Lighttpd version in testing logs messages for non-errors. Could
the fix be accepted into Squeeze?
Greetings,
Olaf
Index: connections.c
===================================================================
--- connections.c (revision 2770)
+++ connections.c (revision 2771)
@@ -1224,7 +1224,8 @@
}
} else if (revents & FDEVENT_ERR) {
-#ifndef USE_LINUX_SIGIO
+ /* error, connection reset, whatever... we don't want
to spam the logfile */
+#if 0
log_error_write(srv, __FILE__, __LINE__, "sd",
"connection closed: poll() -> ERR",
con->fd);
#endif
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive:
http://lists.debian.org/[email protected]