# File lib/em-http/decoders.rb, line 32
    def initialize(&chunk_callback)
      @chunk_callback = chunk_callback
    end