105 ensure
106 if req.request_line
107 if req.keep_alive? && res.keep_alive?
108 req.fixup()
109 end
110 res.send_response(sock)
111 server.access_log(@config, req, res)
112 end
113 end
Created
December 3, 2013 05:48
-
-
Save nikushi/7764472 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment