[PATCH] add support for write I/O timeout / squid-3.1 version

From: Tsantilas Christos <chtsanti_at_users.sourceforge.net>
Date: Sun, 20 Dec 2009 23:51:04 +0200

This is the squid-3.1 version of the write I/O timeout patch.

Description:
 The write I/O timeout should trigger if Squid has data to write but
the connection is not ready to accept more data for the specified time.
If the write times out, the Comm caller's write handler is called with
an ETIMEDOUT COMM_ERROR error.

Comm may process a single write request in several chunks, without
caller's knowledge. The waiting time is reset internally by Comm after
each chunk is written.

Default timeout value is 15 minutes.

-
  Christos

Received on Sun Dec 20 2009 - 21:51:24 MST

This archive was generated by hypermail 2.2.0 : Mon Dec 21 2009 - 12:00:02 MST