[pkg-lighttpd] r496 - lighttpd/trunk/debian/patches

Krzysztof Krzyzaniak eloy at alioth.debian.org
Mon Nov 8 17:20:39 UTC 2010


Author: eloy
Date: 2010-11-08 17:20:34 +0000 (Mon, 08 Nov 2010)
New Revision: 496

Modified:
   lighttpd/trunk/debian/patches/series
   lighttpd/trunk/debian/patches/silence-errors.diff
Log:
more info about patch

Modified: lighttpd/trunk/debian/patches/series
===================================================================
--- lighttpd/trunk/debian/patches/series	2010-11-08 17:13:25 UTC (rev 495)
+++ lighttpd/trunk/debian/patches/series	2010-11-08 17:20:34 UTC (rev 496)
@@ -1 +1,2 @@
 silence-errors.diff
+debian-changes-1.4.28-2

Modified: lighttpd/trunk/debian/patches/silence-errors.diff
===================================================================
--- lighttpd/trunk/debian/patches/silence-errors.diff	2010-11-08 17:13:25 UTC (rev 495)
+++ lighttpd/trunk/debian/patches/silence-errors.diff	2010-11-08 17:20:34 UTC (rev 496)
@@ -1,3 +1,7 @@
+From http://redmine.lighttpd.net/projects/lighttpd/repository/revisions/2771
+Subject: Silence annoying "connection closed: poll() -> ERR" error.log message (fixes #2257)
+Upstream bug report: http://redmine.lighttpd.net/issues/2257
+
 Index: trunk/src/connections.c
 ===================================================================
 --- trunk.orig/src/connections.c	2010-11-08 18:06:48.000000000 +0100
@@ -8,7 +12,7 @@
  		} else if (revents & FDEVENT_ERR) {
 -#ifndef USE_LINUX_SIGIO
 +			/* error, connection reset, whatever... we don't want to spam the logfile */
-+#ifndef 0
++#if 0
  			log_error_write(srv, __FILE__, __LINE__, "sd",
  					"connection closed: poll() -> ERR", con->fd);
  #endif




More information about the pkg-lighttpd-maintainers mailing list