From: Fabian Keil Date: Wed, 8 Mar 2017 13:11:25 +0000 (+0000) Subject: Add TODO #153: Catch SIGINT and use it to close the listen socket X-Git-Tag: v_3_0_27~195 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=ec2ee0bdfdb53ec26655984bc19717057b685fea Add TODO #153: Catch SIGINT and use it to close the listen socket ... but serve remaining connections. --- diff --git a/TODO b/TODO index 7f07a108..0dc1a262 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -$Id: TODO,v 1.156 2017/01/23 13:06:53 fabiankeil Exp $ +$Id: TODO,v 1.157 2017/03/08 13:11:15 fabiankeil Exp $ Some Privoxy-related tasks, sorted by the time they have been added, not by priority. @@ -453,6 +453,10 @@ http://www.privoxy.org/faq/general.html#DONATE duplicated requests are pointless even if they don't end up with a 404. +153) Catch SIGINT and use it to close the listen socket, serve + remaining connections and shut down. This would allow higher + uptime and make testing more convenient. + ########################################################################## Hosting wish list (relevant for #53)