]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 3329: Quieten orphan Comm::Connection messages
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 28 Feb 2013 23:13:53 +0000 (16:13 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 28 Feb 2013 23:13:53 +0000 (16:13 -0700)
commitc460b3d7c72f1a56be69773d887477578e7c75f0
treeee2d7b9a5353c220d7db2cae9fac41c5d4c6b19c
parent0795b38df9842ccf7e7a2676e02d4ed87ac6e7dc
Bug 3329: Quieten orphan Comm::Connection messages

The cases which were earlier causing a lot of RAM 'leaks' have been
resolved already and the remaining causes appear to all be in components
with short packet handling pathways where the orphan is not wasting much
in the way of RAM bytes or FD time.

The trace is left at level-4 for future debugging if necessary.
src/comm/Connection.cc