class Async::HTTP::BufferedBody

def each(&block)

def each(&block)
	@chunks.each(&block)
end