[master] d4f2fd6 Update description

Federico G. Schwindt fgsch at lodoss.net
Thu Jul 31 02:16:48 CEST 2014


commit d4f2fd670fd9eea92e64625fe2377c2b202bd334
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Wed Jul 30 23:36:23 2014 +0100

    Update description
    
    obj.{grace,ttl} are read-only.

diff --git a/lib/libvcc/generate.py b/lib/libvcc/generate.py
index a2947c6..3d56bc5 100755
--- a/lib/libvcc/generate.py
+++ b/lib/libvcc/generate.py
@@ -550,14 +550,13 @@ sp_variables = [
 		( 'hit', ),
 		( ), """
 		The object's remaining time to live, in seconds.
-		obj.ttl is writable.
 		"""
 	),
 	('obj.grace',
 		'DURATION',
 		( 'hit', ),
 		( ), """
-		The object's grace period in seconds. obj.grace is writable.
+		The object's grace period in seconds.
 		"""
 	),
 	('obj.keep',



More information about the varnish-commit mailing list