]> 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 11:05:08 +0000 (04:05 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 1 Mar 2013 11:05:08 +0000 (04:05 -0700)
commit427dd3b40b4d05cb7ea5c975a2b3a82b59f040f5
tree438bd7f61ca5dccb4b045e58de14588d863abfe2
parent4955f4f3522f023e184ffe6f7c2d4ed489df8c3c
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