[master] ea1da86 minor clarifications on object attributes

Nils Goroll nils.goroll at uplex.de
Fri Dec 2 16:53:05 CET 2016


commit ea1da86f9ec49bfe9b027c4498dff05859d0f511
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Fri Dec 2 14:27:21 2016 +0100

    minor clarifications on object attributes

diff --git a/lib/libvcc/generate.py b/lib/libvcc/generate.py
index d002541..cc269f8 100755
--- a/lib/libvcc/generate.py
+++ b/lib/libvcc/generate.py
@@ -647,21 +647,21 @@ sp_variables = [
 		'STRING',
 		('hit',),
 		(), """
-		The HTTP protocol version used when the object was retrieved.
+		The HTTP protocol version stored with the object.
 		"""
 	),
 	('obj.status',
 		'INT',
 		('hit',),
 		(), """
-		The HTTP status code returned by the server.
+		The HTTP status code stored with the object.
 		"""
 	),
 	('obj.reason',
 		'STRING',
 		('hit',),
 		(), """
-		The HTTP status message returned by the server.
+		The HTTP reason phrase stored with the object.
 		"""
 	),
 	('obj.hits',



More information about the varnish-commit mailing list