]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix leaked TcpAcceptor job on reconfiguration
authorAlex Rousskov <rousskov@measurement-factory.com>
Tue, 3 Jun 2014 07:10:15 +0000 (01:10 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 3 Jun 2014 07:10:15 +0000 (01:10 -0600)
commit7552d310f304af6c26d17c95a6a66bdfba6b367f
tree81342b4083c82e67dcf7687fc0d08adbec7431aa
parenta8ee04120098abd25f06e55e32615f3bd13d6277
Fix leaked TcpAcceptor job on reconfiguration

... by monitoring and reacting to the listening socket closure.

Every job that waits for Comm I/O must have a FD closure handler.
src/comm/TcpAcceptor.cc
src/comm/TcpAcceptor.h