class Protocol::HTTP::Body::Writable::Output

def closed?

def closed?
	@closed || @writable.closed?
end