class Async::HTTP::Body::File

def join

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