]> git.ipfire.org Git - thirdparty/squid.git/commit
Cleaned up HttpReply handling in client_side_reply code.
authorwessels <>
Sat, 18 Feb 2006 07:23:43 +0000 (07:23 +0000)
committerwessels <>
Sat, 18 Feb 2006 07:23:43 +0000 (07:23 +0000)
commit7dc5f514b9b374ed72b17d2c4f3662bd1e464966
treeb6b35a68c3753700a1e8500057ba0f5ec46cad46
parentd7298d24da3a677f18dfc3377aef29070eac26f0
Cleaned up HttpReply handling in client_side_reply code.

ACLChecklist should lock/unlock the HttpReply.

clientReplyContext had a "holdingReply" member which I had a hard
time figuring out.  My guess is that it was just a way to avoid leaking
the HttpReply.  I've replaced it with a more permanent HttpReply
which is now locked and unlocked as necessary.
src/ACLChecklist.cc
src/client_side.cc
src/client_side_reply.cc
src/client_side_reply.h