serrislew commented on code in PR #12092: URL: https://github.com/apache/trafficserver/pull/12092#discussion_r1994246923
########## doc/admin-guide/plugins/cache_range_requests.en.rst: ########## @@ -144,6 +143,35 @@ option must have the same value (or not be defined) in order to work. Presence of the `--ims-header` automatically sets the `--consider-ims` option. +X-Crr-Ident header support +-------------------------- + +.. option:: --consider-ident +.. option:: -d +.. option:: --ident-header=[header name] (default: X-Crr-Ident) +.. option:: -j + +This supports the slice plugin which makes multiple adjancent +range requests. The slice plugin will record the identifier +of the first range request (Etag, or Last-Modified in that order) +and will add the value of that to the this header. Review Comment: nitpicky: - "adjacent" spelling typo - "will add the value of that to this header" no extra "the" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
