Changeset 18127 for lang/perl/HTTP-Engine/trunk
- Timestamp:
- 08/23/08 18:45:17 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/HTTP-Engine/trunk/lib/HTTP/Engine/Interface/Standalone.pm
r18126 r18127 94 94 ### accept : $remote->fileno 95 95 # TODO (Catalyst): get while ( my $remote = $daemon->accept ) to work 96 delete $self->{_sigpipe};97 98 96 next unless my($method, $uri, $protocol) = $self->_parse_request_line($remote); 99 97 unless (uc $method eq 'RESTART') { … … 128 126 129 127 # Ignore broken pipes as an HTTP server should 130 local $SIG{PIPE} = sub { $self->{_sigpipe} = 1;close $remote };128 local $SIG{PIPE} = sub { close $remote }; 131 129 132 130 # We better be careful and just use 1.0
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)