]> Sergey Matveev's repositories - public-inbox.git/commit
daemon: be less misleading about graceful shutdown
authorEric Wong <e@80x24.org>
Sat, 18 Jun 2016 10:51:37 +0000 (10:51 +0000)
committerEric Wong <e@80x24.org>
Sat, 18 Jun 2016 21:48:34 +0000 (21:48 +0000)
commit26d8524281b1461a3a7e4a19f0db3180228f2877
tree5179e72ea362b1ecb01395e685542f4254835a91
parente748f75979046724ead380bd00eadc677bdc07e9
daemon: be less misleading about graceful shutdown

We do not need to count the httpd.async object
against our running client count, that is tied to
the socket of the actual client.

This prevents misleading sysadmins about connected
clients during shutdown.
lib/PublicInbox/Daemon.pm
lib/PublicInbox/HTTPD/Async.pm