]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix shutdown aborts after rev.14374
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 1 Nov 2015 10:07:41 +0000 (02:07 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 1 Nov 2015 10:07:41 +0000 (02:07 -0800)
commitb4db757fb10a5ba07006818e015eefa488bc5c36
tree27169de276f74a993d46f516680fd357d07208ec
parent39d48b4fba82b325f660c7793af2314c1f065f3d
Fix shutdown aborts after rev.14374

Changes to signal processing introduced by rev.14374 causse Squid to
ignore repeated signals.

However, repeated shutdown signals actually has meaning and need to abort
the shutdown delay timeout. So we need to allow those through to the
shutdown signal handler.
src/main.cc