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