[Rt-commit] r3947 - in HTTP-Server-Simple: . lib/HTTP/Server

jesse at bestpractical.com jesse at bestpractical.com
Mon Oct 10 19:59:34 EDT 2005


Author: jesse
Date: Mon Oct 10 19:59:34 2005
New Revision: 3947

Modified:
   HTTP-Server-Simple/   (props changed)
   HTTP-Server-Simple/lib/HTTP/Server/Simple.pm
Log:
 r17278 at hualien:  jesse | 2005-10-10 15:58:54 -0400
 * Note about needed refacotring


Modified: HTTP-Server-Simple/lib/HTTP/Server/Simple.pm
==============================================================================
--- HTTP-Server-Simple/lib/HTTP/Server/Simple.pm	(original)
+++ HTTP-Server-Simple/lib/HTTP/Server/Simple.pm	Mon Oct 10 19:59:34 2005
@@ -187,6 +187,9 @@
 
     local $SIG{CHLD} = 'IGNORE';    # reap child processes
     local $SIG{HUP} = sub {
+
+        # XXX TODO: Autrijus says this code was incorrect when he wrote
+        # it and we should move to the sample code from perldoc perlipc
         close HTTPDaemon;
 
         # and then, on systems implementing fork(), we make sure


More information about the Rt-commit mailing list