On Sun, Oct 24, 2010 at 4:11 AM, Marco d'Itri <m...@linux.it> 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 debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to