]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix a bug which resulted in objects being released after forwarding was complete.
authoradrian <>
Wed, 13 Sep 2006 21:54:21 +0000 (21:54 +0000)
committeradrian <>
Wed, 13 Sep 2006 21:54:21 +0000 (21:54 +0000)
commit792725ad30547016e998425973af1edb9132ede8
treeae4fd2560094d9d1f79c55f15bd5241ce0ac3f70
parented1de692d1265d1a850d9034d904d16353ddf613
Fix a bug which resulted in objects being released after forwarding was complete.

This may have been my fault; but the forward code is all a bit weird at
the present time. Bring the forward logic back into line with squid-2.6.
This does need to be verified to be sure its doing the right thing.
It is, at least, resulting in cachable objects once again and hasn't
broken the FTP error page generation.
src/forward.cc