]> git.ipfire.org Git - thirdparty/squid.git/commit
Partial bug #2034 fix: Inform BodyPipe of the body size when known.
authorrousskov <>
Fri, 3 Aug 2007 01:32:22 +0000 (01:32 +0000)
committerrousskov <>
Fri, 3 Aug 2007 01:32:22 +0000 (01:32 +0000)
commitc2eef5bdc8e95455be6f368f76a65152aa2f23b8
treee6cf483333cae3950cf2685dcb1216ca219ba97c
parent2c22dde8ec3efb970208fc01e0815fbece70cd6f
Partial bug #2034 fix: Inform BodyPipe of the body size when known.

This fix helps the ICAP client to detect aborts and to announce the end of the
HTTP message to the ICAP server.

A bigger problem is that the HTTP side is using the adapted response to make
decisions about the origin server connection. That bug still needs to be
fixed.
src/Server.cc