* add new element to JSON syntax allowing request to override
keyserver_policy (closes MS #2542)
+ * do not kill off child handling processes on HUP -- let them finish
+ their queries.
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Thu, 14 Oct 2010 16:30:54 -0400
my $self = shift;
my $server = shift;
+ $server->{server}->{leave_children_open_on_hup} = 1;
+
my $socketcount = @{ $server->{server}->{sock} };
if ( $socketcount != 1 ) {
msvalog('error', "%d sockets open; should have been 1.\n", $socketcount);