Skip to content

Commit

Permalink
fixed Mojo::IOLoop to not ignore SIGPIPE
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 1, 2011
1 parent 4471c30 commit b22498d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions Changes
Expand Up @@ -3,6 +3,7 @@ This file documents the revision history for Perl extension Mojolicious.
1.95 2011-09-01 00:00:00
- Improved cookie generation slightly. (cosimo, sri)
- Improved documentation.
- Fixed Mojo::IOLoop to not ignore SIGPIPE.
- Fixed typos. (akron)

1.94 2011-08-27 00:00:00
Expand Down
3 changes: 0 additions & 3 deletions lib/Mojo/IOLoop.pm
Expand Up @@ -51,9 +51,6 @@ sub new {
# Start from scratch
else { $self = $class->SUPER::new(@_) }

# Ignore PIPE signal
$SIG{PIPE} = 'IGNORE';

return $self;
}

Expand Down

0 comments on commit b22498d

Please sign in to comment.