# File lib/em-http/decoders.rb, line 97
    def initialize
      @state = :begin
      @data = ""
      @pos = 0
    end