This is an automated email from the ASF dual-hosted git repository.

cmcfarlen pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit 16c45483881a9c1206eb9ee7abd8132d084b23b6
Author: Brian Neradt <[email protected]>
AuthorDate: Mon May 12 11:39:54 2025 -0500

    cachekey doc: --include-headers matched case insensitively (#12235)
    
    Update the cachekey doc to indicate that the HTTP field name list
    provided to --include-headers are matched case insensitively.
    
    (cherry picked from commit bfcb25e061a87c9bd09f44c87e59419efa4194f3)
---
 doc/admin-guide/plugins/cachekey.en.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/admin-guide/plugins/cachekey.en.rst 
b/doc/admin-guide/plugins/cachekey.en.rst
index 713d2667d4..0aeb866f02 100644
--- a/doc/admin-guide/plugins/cachekey.en.rst
+++ b/doc/admin-guide/plugins/cachekey.en.rst
@@ -140,7 +140,7 @@ Cache key structure and related plugin parameters
   optional components      | └───────────────────┴───────────────────┘
   configured               |
 
-* ``--include-headers`` (default: empty list) - comma separated list of 
headers to be added to the `cache key`. The list of headers defined by 
``--include-headers`` are always sorted before adding them to the `cache key`.
+* ``--include-headers`` (default: empty list) - comma separated list of 
headers to be added to the `cache key`. The list of headers defined by 
``--include-headers`` are always sorted before adding them to the `cache key`. 
These header field names are matched case insensitively.
 
 * ``--capture-header=<headername>:<capture_definition>`` (default: empty) - 
captures elements from header <headername> using <capture_definition> and adds 
them to the `cache key`.
 

Reply via email to