]> git.ipfire.org Git - thirdparty/squid.git/commit - src/cf.data.pre
Bug #890: Various HTTP workarounds and minor corrections
authorserassio <>
Mon, 7 Mar 2005 04:08:13 +0000 (04:08 +0000)
committerserassio <>
Mon, 7 Mar 2005 04:08:13 +0000 (04:08 +0000)
commit21b927620fbab06770ae2fe04ac8ddf5f4d66666
tree75485035a6cfb1b9965770169547455be8b76655
parentbdec836014f32b44b3bc22e6cf16167a8fa4d6c8
Bug #890: Various HTTP workarounds and minor corrections

- Automatically time out incorrectly signalled persistent connections
  after 10 seconds of inactitivy. Also gives a warning in cache.log

- New detect_broken_pconn squid.conf option

- Do not strip whitespace from the beginning of HTTP/0.9 replies

- Do not delay forwarding of HTTP/0.9 replies

- Do not delay forwarding of POST/PUT replies. Also includes detection
  of some common forms of abuse of the same for non-HTTP requests.

Forward port of 2.5 patch.
src/HttpMsg.cc
src/cf.data.pre
src/client_side.cc
src/client_side_reply.cc
src/client_side_request.cc
src/http.cc
src/http.h
src/structs.h