Feature #1529
Disable time out note
| Status: | Fixed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 100% | |
| Category: | core | |||
| Target version: | 1.4.21 | |||
| Missing in 1.5.x: |
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?
Related issues
Associated revisions
Silenced the annoying "request timed out" warning, enable with the "debug.log-timeouts" option (fixes #1529)
Fix config evaluation for debug.log-timeouts option (#1529)
History
#1 Updated by Olaf-van-der-Spek over 4 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
#2 Updated by icy over 4 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.
#3 Updated by Olaf-van-der-Spek over 4 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?
#4 Updated by icy over 4 years ago
- Target version changed from 1.4.21 to 1.4.22
#5 Updated by icy over 4 years ago
- Target version changed from 1.4.22 to 1.4.21
#6 Updated by stbuehler over 4 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset r2390.
Also available in: Atom