Show
Ignore:
Timestamp:
08/16/08 19:46:28 (5 years ago)
Author:
tokuhirom
Message:

no HTTP::Request::AsCGI;

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/HTTP-Engine/trunk/lib/HTTP/Engine/ResponseWriter.pm

    r17699 r17712  
    3434    } 
    3535 
    36     local *STDOUT = $req->_connection->{output_handle}; 
     36    local *STDOUT = $req->_connection->{output_handle} if $req->_connection->{output_handle}; 
    3737    $self->_prepare_write; 
    3838    $self->_write($self->_response_line($res) . $CRLF) if $self->should_write_response_line;