class Async::HTTP::Body::Remainder

def read

def read
	@stream.read unless @stream.closed?
end