Method: UState::Server::Connection#post_init

Defined in:
lib/ustate/server/connection.rb

#post_initObject

Called to prepare the connection for a request



8
9
10
11
# File 'lib/ustate/server/connection.rb', line 8

def post_init
  @state = :length
  @buffer = ""
end