]> git.ipfire.org Git - thirdparty/squid.git/commit
Oops.. the previous bugfix to plug leaks on errors did it too well,
authorhno <>
Sat, 27 Oct 2001 05:11:56 +0000 (05:11 +0000)
committerhno <>
Sat, 27 Oct 2001 05:11:56 +0000 (05:11 +0000)
commit6792f0d3595988e381bf31855af8bebbc9e9b570
tree69e535b1225d92eca83b1c3b9c51d3aeea09f840
parentd98abd5f7df440ca537dccf21f763ceae79ec516
Oops.. the previous bugfix to plug leaks on errors did it too well,
causing some memory to be freed twice. This confusion was caused by
some very odd management of the request buffer in clientReadRequest /
parseHttpRequest. This patch cleans this up to use a single unified
policy.
src/client_side.cc