]> git.ipfire.org Git - thirdparty/squid.git/commit
Added safe HttpMsg pointer wrapper that locks and unlocks the message.
authorAlex Rousskov <rousskov@measurement-factory.com>
Mon, 30 Aug 2010 22:55:02 +0000 (16:55 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Mon, 30 Aug 2010 22:55:02 +0000 (16:55 -0600)
commit66c38d9a31938b7eb48d0771082d2c4c8cb4027c
tree1bed35a231cb6dd3bbae3f4a938645208adfa309
parentf8b3efc297e090152ba9b9fd924684371c68d685
Added safe HttpMsg pointer wrapper that locks and unlocks the message.

This class will not be needed if we switch to refcounting HttpMsg. Meanwhile,
it allows to pass message pointers in AsyncCalls and avoid auto_ptr<> in
exception-sensitive code.
src/HttpMsg.h