# File lib/em/protocols/httpclient.rb, line 78
78:       def post_init
79:         @start_time = Time.now
80:         @data = ""
81:         @read_state = :base
82:       end