[master] 4e56fd6ba Remove OBE comment

Nils Goroll nils.goroll at uplex.de
Fri Feb 14 11:06:06 UTC 2025


commit 4e56fd6ba296489fc412cbb304cdbb67310df881
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Fri Feb 14 12:02:38 2025 +0100

    Remove OBE comment
    
    The canonical way to parametrize filters is to use a PRIV_TASK

diff --git a/bin/varnishd/cache/cache_vrt_filter.c b/bin/varnishd/cache/cache_vrt_filter.c
index c3309d77d..43ef51362 100644
--- a/bin/varnishd/cache/cache_vrt_filter.c
+++ b/bin/varnishd/cache/cache_vrt_filter.c
@@ -190,7 +190,6 @@ VRT_RemoveVDP(VRT_CTX, const struct vdp *filter)
 
 static const struct vfilter vfilter_error[1] = {{0}};
 
-// XXX: idea(fgs): Allow filters (...) arguments in the list
 static const struct vfilter *
 vcl_filter_list_iter(int want_vfp, const struct vfilter_head *h1,
     const struct vfilter_head *h2, const char **flp)


More information about the varnish-commit mailing list