[master] e49de3983 vmod_cookie provides functions, not methods

Nils Goroll nils.goroll at uplex.de
Mon Mar 9 19:34:08 UTC 2020


commit e49de39838b9f1662b2bb5759499d89b42769a53
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Mon Mar 9 20:33:02 2020 +0100

    vmod_cookie provides functions, not methods
    
    spotted by @Dridi

diff --git a/lib/libvmod_cookie/vmod.vcc b/lib/libvmod_cookie/vmod.vcc
index 5c4bf494a..321f544b9 100644
--- a/lib/libvmod_cookie/vmod.vcc
+++ b/lib/libvmod_cookie/vmod.vcc
@@ -6,8 +6,8 @@ DESCRIPTION
 Handle HTTP cookies more easily in Varnish VCL.
 
 Parses a cookie header into an internal data store, where per-cookie
-get/set/delete functions are available. A keep() method removes all
-but a set comma-separated list of cookies. A filter() method removes a comma-
+get/set/delete functions are available. A keep() function removes all
+but a set comma-separated list of cookies. A filter() function removes a comma-
 separated list of cookies.
 
 Regular expressions can be used for either selecting cookies, deleting matching


More information about the varnish-commit mailing list