1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Revert "Fixed FCGI handling [#1854 state:resolved]"

This reverts commit dcc2407d99.
This commit is contained in:
Joshua Peek 2009-02-05 19:39:53 -06:00
parent 011ea46569
commit f75b98d67e

View file

@ -1,4 +1,3 @@
FCGI_PURE_RUBY = true
require 'fcgi'
require 'logger'
require 'dispatcher'
@ -99,7 +98,6 @@ class RailsFCGIHandler
with_signal_handler 'USR1' do
begin
cgi = FCGI::Request.new(cgi.id, cgi.env_table, cgi.stdinput, cgi.stdoutput)
::Rack::Handler::FastCGI.serve(cgi, Dispatcher.new)
rescue SignalException, SystemExit
raise