[pkg-lighttpd] r495 - in lighttpd/trunk/debian: . patches
Krzysztof Krzyzaniak
eloy at alioth.debian.org
Mon Nov 8 17:13:39 UTC 2010
Author: eloy
Date: 2010-11-08 17:13:25 +0000 (Mon, 08 Nov 2010)
New Revision: 495
Added:
lighttpd/trunk/debian/patches/
lighttpd/trunk/debian/patches/series
lighttpd/trunk/debian/patches/silence-errors.diff
Log:
added patch from http://redmine.lighttpd.net/projects/lighttpd/repository/revisions/2771
Added: lighttpd/trunk/debian/patches/series
===================================================================
--- lighttpd/trunk/debian/patches/series (rev 0)
+++ lighttpd/trunk/debian/patches/series 2010-11-08 17:13:25 UTC (rev 495)
@@ -0,0 +1 @@
+silence-errors.diff
Added: lighttpd/trunk/debian/patches/silence-errors.diff
===================================================================
--- lighttpd/trunk/debian/patches/silence-errors.diff (rev 0)
+++ lighttpd/trunk/debian/patches/silence-errors.diff 2010-11-08 17:13:25 UTC (rev 495)
@@ -0,0 +1,14 @@
+Index: trunk/src/connections.c
+===================================================================
+--- trunk.orig/src/connections.c 2010-11-08 18:06:48.000000000 +0100
++++ trunk/src/connections.c 2010-11-08 18:07:59.000000000 +0100
+@@ -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 */
++#ifndef 0
+ log_error_write(srv, __FILE__, __LINE__, "sd",
+ "connection closed: poll() -> ERR", con->fd);
+ #endif
More information about the pkg-lighttpd-maintainers
mailing list