class Async::HTTP::BufferedBody

def read

def read
	@buffer ||= @chunks.join
end