Actions
Feature #1529
closedDisable time out note
ASK QUESTIONS IN Forums:
Description
Hi,
2008-01-19 23:38:39: (server.c.1253) NOTE: a request for /downloads/vcredist_x86.exe timed out after writing 34848 bytes. We waited 360 seconds. If this a problem increase server.max-write-idle
My log is full of these lines, literally. This seems to be just a time out, not an error.
Could this note be disabled?
Updated by Olaf-van-der-Spek almost 16 years ago
- Target version changed from 1.5.0 to 1.4.21
Please?
Just replace the 1 by a 0.
server.c:
#if 1 log_error_write(srv, __FILE__, __LINE__, "sbsosds", "NOTE: a request for", con->request.uri, "timed out after writing", con->bytes_written, "bytes. We waited", (int)con->conf.max_write_idle, "seconds. If this a problem increase server.max-write-idle"); #endif
Updated by icy almost 16 years ago
- Assignee deleted (
jan) - Patch available set to No
An option to disable it could be kinda usefull because it is really just noise in many cases and filling up logfiles.
Updated by Olaf-van-der-Spek almost 16 years ago
icy wrote:
An option to disable it could be kinda usefull because it is really just noise in many cases and filling up logfiles.
Could it just be disabled until that setting is available?
Updated by stbuehler almost 16 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset r2390.
Actions
Also available in: Atom