[experimental-ims] d734511 Update comment to match reality

Poul-Henning Kamp phk at FreeBSD.org
Thu Dec 18 10:27:41 CET 2014


commit d7345115a31ddf7e80ded4b2b914ae17c0d2496a
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Mar 19 09:25:55 2012 +0000

    Update comment to match reality

diff --git a/bin/varnishd/cache/cache_vary.c b/bin/varnishd/cache/cache_vary.c
index a7bb31c..138efda 100644
--- a/bin/varnishd/cache/cache_vary.c
+++ b/bin/varnishd/cache/cache_vary.c
@@ -49,7 +49,9 @@
  *	'\0'			/
  *      <header>		>   Only present if length != 0xffff
  * }
- *      '\0'
+ *	0xff,			\   Length field
+ *	0xff,			/
+ *      '\0'			>   Terminator
  */
 
 #include "config.h"



More information about the varnish-commit mailing list