Method: Thin::Connection#post_init

Defined in:
lib/thin/connection.rb

#post_initObject

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