]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Two new ACLs implemented: annotate_transaction and annotate_client part3
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Mon, 30 Jan 2017 18:10:15 +0000 (20:10 +0200)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Mon, 30 Jan 2017 18:10:15 +0000 (20:10 +0200)
Fixes annotate_client and annotate_transaction acls documentation in
cf.data.pre

src/cf.data.pre

index 4200d338fa947dff242e14e1821705bda5b4c2ce..ca37b4a263aa1f33ddbbbff673aa2caf08199877 100644 (file)
@@ -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.