# File lib/protocols/httpclient.rb, line 82
82:   def post_init
83:     @start_time = Time.now
84:     @data = ""
85:     @read_state = :base
86:   end