Skip to content

Instantly share code, notes, and snippets.

@nikushi
Created December 3, 2013 05:48
Show Gist options
  • Save nikushi/7764472 to your computer and use it in GitHub Desktop.
Save nikushi/7764472 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment