class Async::HTTP::Body::Writable

def stop(error)

Stop generating output; cause the next call to write to fail with the given error.
def stop(error)
	@stopped ||= error
end