class Protocol::HTTP::Body::Writable

def close_write(error = nil)

def close_write(error = nil)
	@error ||= error
	@queue.close
end