Method: EventMachine::Protocols::HttpClient#post_init
- Defined in:
- lib/em/protocols/httpclient.rb
#post_init ⇒ Object
89 90 91 92 93 |
# File 'lib/em/protocols/httpclient.rb', line 89 def post_init @start_time = Time.now @data = "" @read_state = :base end |