class ActionDispatch::ShowExceptions
def pass_response(status)
def pass_response(status) [status, { "Content-Type" => "text/html; charset=#{Response.default_charset}", "Content-Length" => "0" }, []] end
def pass_response(status) [status, { "Content-Type" => "text/html; charset=#{Response.default_charset}", "Content-Length" => "0" }, []] end