class Async::HTTP::Body::Remainder

def stop(error)

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