]> git.ipfire.org Git - thirdparty/squid.git/commit
When cloning, clone the pointer to the body pipe. The caller may need to
authorAlex Rousskov <rousskov@measurement-factory.com>
Fri, 16 May 2008 00:20:39 +0000 (18:20 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Fri, 16 May 2008 00:20:39 +0000 (18:20 -0600)
commitf8d990f06cb28f2b7e0e614f31a58fc6c39dd09d
treef78a7925ab204b520b98e51f52863187b511194b
parent7b67e5b6ebd044b9d4fa391388944cc3bfe3292a
When cloning, clone the pointer to the body pipe. The caller may need to
make pipe adjustments, depending on how the body will be used. Note that
we cannot clone the body or even the pipe. We can only share it between
the clone and "cloner".
src/HttpReply.cc
src/HttpRequest.cc