# File lib/phusion_passenger/classic_rails/thread_handler_extension.rb, line 30
        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