class Async::HTTP::Body::Fixed

def join

def join
	buffer = @stream.read(@remaining)
	
	@remaining = 0
	
	return buffer
end