]> git.ipfire.org Git - thirdparty/squid.git/commit
Merging async-call branch changes to HEAD:
authorrousskov <>
Wed, 13 Feb 2008 06:29:25 +0000 (06:29 +0000)
committerrousskov <>
Wed, 13 Feb 2008 06:29:25 +0000 (06:29 +0000)
commit69d779f87df8da821cd11bc718be735f2444acaa
treeffdd582cfb395596376935ec253e8ef84c270b75
parent5dee31160046b10bda851bf4910dc7f440ba935b
Merging async-call branch changes to HEAD:

ConnStateData used a RefCount pointer (the openReference) to keep itself alive
which is not compatible with the cbdata used by CommCalls. This change makes
the ConnStateData class non RefCountable and uses cbdata instead.
src/ACLChecklist.cc
src/ACLChecklist.h
src/AuthUserRequest.cc
src/AuthUserRequest.h