class Async::HTTP::Body::Writable

def stop(error)

Cause the next call to write to fail with the given error.
def stop(error)
	@stopped = error
end