Class/Module Index [+]

Quicksearch

PhusionPassenger::ClassicRails::ThreadHandlerExtension

Public Instance Methods

process_request(env, connection, socket_wrapper, full_http_response) click to toggle source
# File lib/phusion_passenger/classic_rails/thread_handler_extension.rb, line 29
def process_request(env, connection, socket_wrapper, full_http_response)
        cgi = CGIFixed.new(env, connection, connection)
        ::Dispatcher.dispatch(cgi,
                ::ActionController::CgiRequest::DEFAULT_SESSION_OPTIONS,
                cgi.stdoutput)
        return false # Socket hijacking not supported.
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.