class Protocol::HTTP::Body::Streamable::ResponseBody

def close(error = nil)

Close will be invoked when all the output is written.
def close(error = nil)
	self.close_output(error)
end