[Rt-commit] r5516 - in HTTP-Server-Simple: .

kevinr at bestpractical.com kevinr at bestpractical.com
Mon Jul 3 19:26:41 EDT 2006


Author: kevinr
Date: Mon Jul  3 19:26:40 2006
New Revision: 5516

Modified:
   HTTP-Server-Simple/   (props changed)
   HTTP-Server-Simple/lib/HTTP/Server/Simple.pm

Log:
 r14318 at sad-girl-in-snow:  kevinr | 2006-07-03 19:25:47 -0400
 * Backed out my change


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 Jul  3 19:26:40 2006
@@ -186,7 +186,6 @@
     # Handle SIGHUP
 
     local $SIG{CHLD} = 'IGNORE';    # reap child processes
-    local $SIG{PIPE} = 'IGNORE';    # ignore broken pipes (for now)
     local $SIG{HUP} = sub {
 
         # XXX TODO: Autrijus says this code was incorrect when he wrote


More information about the Rt-commit mailing list