Project

General

Profile

Actions

Feature #1529

closed

Disable time out note

Added by admin about 16 years ago. Updated about 15 years ago.

Status:
Fixed
Priority:
Normal
Category:
core
Target version:
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?


Related issues 1 (0 open1 closed)

Related to Feature #2018: silence-option for timed out after writing .... bytes. We waited xxx seconds...Fixed2009-07-01Actions
Actions #1

Updated by Olaf-van-der-Spek about 15 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

Actions #2

Updated by icy about 15 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.

Actions #3

Updated by Olaf-van-der-Spek about 15 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?

Actions #4

Updated by icy about 15 years ago

  • Target version changed from 1.4.21 to 1.4.22
Actions #5

Updated by icy about 15 years ago

  • Target version changed from 1.4.22 to 1.4.21
Actions #6

Updated by stbuehler about 15 years ago

  • Status changed from New to Fixed
  • % Done changed from 0 to 100

Applied in changeset r2390.

Actions

Also available in: Atom