]> git.ipfire.org Git - thirdparty/squid.git/commit
Adjust default pconn timeouts to avoid shutting down connection while child sends...
authorhno <>
Mon, 3 Sep 2007 10:35:05 +0000 (10:35 +0000)
committerhno <>
Mon, 3 Sep 2007 10:35:05 +0000 (10:35 +0000)
commitecbb12192dcb8ea01745985fcba25646774523a0
tree51d811c3883d18d48a2e9fe74482eb84e06e868a
parenta31a78fb4261594b6a5eceb5dd0d51e6b5719fe2
Adjust default pconn timeouts to avoid shutting down connection while child sends request

The default pconn_timeout / persistent_request_timeout values was selected
a bit unfortunate. persistent_request_timeout should be bigger than
pconn_timeout, or we may risk closing the connection while a child sends
the next request.
src/cf.data.pre