]> git.ipfire.org Git - thirdparty/squid.git/commit
Cleanup: refactor FwdState pinned connection handling slightly
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 10 Aug 2016 00:56:30 +0000 (12:56 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 10 Aug 2016 00:56:30 +0000 (12:56 +1200)
commitb410d56388fc52dd70431fa834b323066c68ef74
tree1b1e9675e1519a8835835c85f44409184ce8dc6b
parentba72460766dcc6ffd742610731d0183ba2f1566e
Cleanup: refactor FwdState pinned connection handling slightly

Don't try to be too smart with indirect serverConn == NULL details. It
just confuses static analysis.

This code ordering should resolve the false positive Coverity Scan
issue 740373 and let any real problem show through.
src/FwdState.cc