mirror of
https://github.com/github/rails.git
synced 2026-01-25 06:18:04 -05:00
Switch FCGI handler over to Rack
This commit is contained in:
@@ -98,7 +98,7 @@ class RailsFCGIHandler
|
||||
|
||||
with_signal_handler 'USR1' do
|
||||
begin
|
||||
Dispatcher.dispatch(cgi)
|
||||
::Rack::Handler::FastCGI.serve(cgi, Dispatcher.new)
|
||||
rescue SignalException, SystemExit
|
||||
raise
|
||||
rescue Exception => error
|
||||
|
||||
Reference in New Issue
Block a user