]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 3329: Quieten orphan Comm::Connection messages
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 1 Mar 2013 10:04:12 +0000 (03:04 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 1 Mar 2013 10:04:12 +0000 (03:04 -0700)
commit9e9255c3dfb793c3658c5b9b221ea5936e619cdd
tree460b607f9b982dc999c15783fb3a39a68e60cefe
parenta756253216eea9c224a84deaf99f1760772a6640
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