Commit ec31ef49 authored by Nils Goroll's avatar Nils Goroll

leave a sticky note

parent a27af9f8
...@@ -284,6 +284,8 @@ vcc_ParseDirector(struct vcc *tl) ...@@ -284,6 +284,8 @@ vcc_ParseDirector(struct vcc *tl)
} }
/*-------------------------------------------------------------------- /*--------------------------------------------------------------------
* TODO when bumping the vcl version:
* #1603 remove return(fetch) from vcl_hit{}
*/ */
static void static void
...@@ -298,6 +300,7 @@ vcc_ParseVcl(struct vcc *tl) ...@@ -298,6 +300,7 @@ vcc_ParseVcl(struct vcc *tl)
ver = vcc_DoubleVal(tl); ver = vcc_DoubleVal(tl);
ERRCHK(tl); ERRCHK(tl);
if (ver != 4.0) { if (ver != 4.0) {
// see TODO above
VSB_printf(tl->sb, "VCL version %.1f not supported.\n", ver); VSB_printf(tl->sb, "VCL version %.1f not supported.\n", ver);
vcc_ErrWhere(tl, tok); vcc_ErrWhere(tl, tok);
ERRCHK(tl); ERRCHK(tl);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment