class Async::HTTP::Body::Remainder

def close(error = nil)

def close(error = nil)
	# We can't really do anything in this case except close the connection.
	@stream.close
	
	super
end