Show
Ignore:
Timestamp:
03/28/2007 15:52:58 (20 months ago)
Author:
why
Message:
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/camping/fastcgi.rb

    r181 r190  
    177177            req.out << body.to_s 
    178178        end 
     179    rescue Errno::EPIPE, EOFError  
     180    rescue SystemExit  
     181        raise  
    179182    rescue Exception => exc 
    180183        req.out << server_error(root, path, exc, req)