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