method

process_request

process_request(cgi)
protected

No documentation available.

# File railties/lib/fcgi_handler.rb, line 167
    def process_request(cgi)
      Dispatcher.dispatch(cgi)
    rescue Exception => e  # errors from CGI dispatch
      raise if SignalException === e
      dispatcher_error(e)
    end