]> git.ipfire.org Git - thirdparty/squid.git/commit
Backed out change where clientReplyContext held a FwdState::Pointer.
authorwessels <>
Sun, 7 May 2006 21:13:24 +0000 (21:13 +0000)
committerwessels <>
Sun, 7 May 2006 21:13:24 +0000 (21:13 +0000)
commitbe0c6690d56a9a9563586f835e190bc5cd8497dd
tree507ce03e4c968729abac4a337faf1057097078a1
parent0054962031aeff1fb7cd43b544d6a41e97f34bc4
Backed out change where clientReplyContext held a FwdState::Pointer.
That change was to fix problems with re-forwarded reqeusts where
the FwdState refcount would go to zero.  But it also introduced a new
bug where errors would not be sent to clients because the refcount
did NOT go to zero.
src/client_side_reply.cc
src/client_side_reply.h
src/forward.cc
src/forward.h