]> git.ipfire.org Git - thirdparty/squid.git/commit
Migrate HttpMsg to Lock refcounting
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 5 Feb 2013 07:47:28 +0000 (20:47 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 5 Feb 2013 07:47:28 +0000 (20:47 +1300)
commit5444ee4802d1dbec0405af2974ac6b8b7aeac54d
tree9e3935054208c2e158636558c8731c42f225c120
parent2ee344289852ef85dc0117b99571f12e926d42e7
Migrate HttpMsg to Lock refcounting

First stage of the conversion to RefCount<>. This replaces the custom
attempt at ref-count locking in HttpMsg with the locking mechanism
presented by class Lock.
src/HttpMsg.cc
src/HttpMsg.h