]> git.ipfire.org Git - thirdparty/squid.git/commit - src/BodyPipe.h
Cleanup: convert BodyPipe to MEMPROXY_CLASS
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 1 Mar 2015 01:44:26 +0000 (17:44 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 1 Mar 2015 01:44:26 +0000 (17:44 -0800)
commit27186b2c36f07115e096b6b76fc6b93ebbab2c80
tree9e55901af66cc40a20956efc5e1611aed0d9a8c8
parent5aea71e783ab5c417325cc0a3d184267974db224
Cleanup: convert BodyPipe to MEMPROXY_CLASS

BodyPipe is ref-counted. Such classes should not be using CBDATA_CLASS
for smart pointer referencing and memory management. They use RefCount
for smart pointer referencing, MEMPROXY_CLASS for memory management.
src/BodyPipe.cc
src/BodyPipe.h