From 589aab0589e513e5b2633937deedf2e7ff28eb78 Mon Sep 17 00:00:00 2001 From: Christos Tsantilas Date: Mon, 30 Jan 2017 20:10:15 +0200 Subject: [PATCH] Two new ACLs implemented: annotate_transaction and annotate_client part3 Fixes annotate_client and annotate_transaction acls documentation in cf.data.pre --- src/cf.data.pre | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/cf.data.pre b/src/cf.data.pre index 4200d338fa..ca37b4a263 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1217,8 +1217,8 @@ DOC_START # Annotation sources include note and adaptation_meta directives # as well as helper and eCAP responses. - acl aclname annotate_transaction [-m[=delimiters]] key=value ... # [fast] - acl aclname annotate_transaction [-m[=delimiters]] key+=value ... # [fast] + acl aclname annotate_transaction [-m[=delimiters]] key=value ... + acl aclname annotate_transaction [-m[=delimiters]] key+=value ... # Always matches. [fast] # Used for its side effect: This ACL immediately adds a # key=value annotation to the current master transaction. @@ -1262,11 +1262,12 @@ DOC_START # some_directive acl1 ... !mark # rule never matches # some_directive acl1 ... mark !all # rule never matches - acl aclname annotate_client [-m[=delimiters]] key=value ... # [fast] - acl aclname annotate_client [-m[=delimiters]] key+=value ... # [fast] + acl aclname annotate_client [-m[=delimiters]] key=value ... + acl aclname annotate_client [-m[=delimiters]] key+=value ... # - # Always matches. Used for its side effect: This ACL immediately - # adds a key=value annotation to the current client-to-Squid + # Always matches. [fast] + # Used for its side effect: This ACL immediately adds a + # key=value annotation to the current client-to-Squid # connection. Connection annotations are propagated to the current # and all future master transactions on the annotated connection. # See the annotate_transaction ACL for details. -- 2.47.3