--------
In message <[email protected]>, Mar
tin Blix Grydeland writes:

>Fixes: #1648

>+              if (ois == OIS_ERROR) {
>+                      VFP_Error(bo->vfc, "Conditional fetch object failed");
>+              }

unnecessary {...}


>-      if (bo->vfc->failed)
>+      if (bo->ims_oc->flags & OC_F_FAILED)
>+              VFP_Error(bo->vfc, "Conditional fetch object failed");

That text confused me for a moment and I suspect it will have that
effect on other people as well.

Maybe we should call the object we IMS from "the template object" or
some such ?  ("model" ?  "stencil" ? ...)


Otherwise it looks fine.


-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
[email protected]         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.

_______________________________________________
varnish-dev mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-dev

Reply via email to