[master] ec31ef4 leave a sticky note

Nils Goroll nils.goroll at uplex.de
Tue Apr 28 11:45:39 CEST 2015


commit ec31ef49187a5c09f55ac166258217a241a2251a
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Tue Apr 28 11:45:25 2015 +0200

    leave a sticky note

diff --git a/lib/libvcc/vcc_parse.c b/lib/libvcc/vcc_parse.c
index e235090..510a03f 100644
--- a/lib/libvcc/vcc_parse.c
+++ b/lib/libvcc/vcc_parse.c
@@ -284,6 +284,8 @@ vcc_ParseDirector(struct vcc *tl)
 }
 
 /*--------------------------------------------------------------------
+ * TODO when bumping the vcl version:
+ * #1603 remove return(fetch) from vcl_hit{}
  */
 
 static void
@@ -298,6 +300,7 @@ vcc_ParseVcl(struct vcc *tl)
 	ver = vcc_DoubleVal(tl);
 	ERRCHK(tl);
 	if (ver != 4.0) {
+		// see TODO above
 		VSB_printf(tl->sb, "VCL version %.1f not supported.\n", ver);
 		vcc_ErrWhere(tl, tok);
 		ERRCHK(tl);



More information about the varnish-commit mailing list