Feature #1366
Updated by gstrauss over 8 years ago
When responding to a rquest exceeds server.max-write-idle, an error message is logged but it does not indicate the client address. Therefore when multiple such messages are logged its hard to tell if it is just one slow client of a general problem. The Current message is: <pre> 2007-09-17 01:54:43: (/root/build/lighttpd-svn/trunk/src/server.c.737) NOTE: a request for <filename> timed out after writing 150380 bytes. We waited 600 seconds. If this a problem increase server.max-write-idle </pre> It would be more useful to have: <pre> 2007-09-17 01:54:43: (/root/build/lighttpd-svn/trunk/src/server.c.737) NOTE: a request for <filename> from <ip> timed out after writing 150380 bytes. We waited 600 seconds. If this a problem increase server.max-write-idle </pre>