| author | Matthias Förste <foerste@schlittermann.de> | 
| Mon, 23 Nov 2009 15:02:49 +0100 | |
| branch | foerste | 
| changeset 35 | f237843486d2 | 
| parent 34 | 5265573638b2 | 
| child 36 | 5ba75153c4c6 | 
--- a/hlog.pl Mon Nov 23 14:58:10 2009 +0100 +++ b/hlog.pl Mon Nov 23 15:02:49 2009 +0100 @@ -296,12 +296,10 @@ die "Can't fork: $!\n" if not defined $pid; if ($pid == 0) { $SIG{CHLD} = "DEFAULT"; - print("listener $listener\n") if $opt_debug; $listener->close(SSL_no_shutdown => 1); handle_request($client); exit 0; } - print("client $client\n") if $opt_debug; $client->close(SSL_no_shutdown => 1); # maintenance of logfiles