Skip to content

Commit

Permalink
Revert "Fixed FCGI handling [#1854 state:resolved]"
Browse files Browse the repository at this point in the history
This reverts commit dcc2407.
  • Loading branch information
josh committed Feb 6, 2009
1 parent 011ea46 commit f75b98d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions railties/lib/fcgi_handler.rb
@@ -1,4 +1,3 @@
FCGI_PURE_RUBY = true
require 'fcgi'
require 'logger'
require 'dispatcher'
Expand Down Expand Up @@ -99,7 +98,6 @@ def process_request(cgi)

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
Expand Down

0 comments on commit f75b98d

Please sign in to comment.