]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 3502: client timeout uses server-side read_timeout, not request_timeout
authorHONDA Hirofumi <honda.hirofumi@nttcom.co.jp>
Tue, 28 Feb 2012 17:52:21 +0000 (10:52 -0700)
committerAlex Rousskov <rousskov@measurement-factory.com>
Tue, 28 Feb 2012 17:52:21 +0000 (10:52 -0700)
commit6b2a2108882bebc28cc5a783d1bb4fd4d8cf553f
treec768d8d65a3d351ee47491ee84cf9023e78071e4
parent81abc527eb03a0f4e31944d3ccd5a0105b2624f0
Bug 3502: client timeout uses server-side read_timeout, not request_timeout

I have also adjusted request_timeout description in squid.conf to clarify that
request_timeout applies to receiving complete HTTP request headers and not
just the first header byte. We reset the connection timeout to
clientLifetimeTimeout after parsing request headers.

https_port was correctly using Config.Timeout.request already.
src/cf.data.pre
src/client_side.cc