class Async::HTTP::ChunkedBody

def initialize(protocol)

def initialize(protocol)
	@protocol = protocol
	@finished = false
end