Get the connection ready to process a request.
32 33 34 35
# File 'lib/thin/connection.rb', line 32 def post_init @request = Request.new @response = Response.new end