This is an automated email from the ASF dual-hosted git repository.
wkaras pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 76dda50ca5 Document that = can be used between ESI param and value.
(#11559)
76dda50ca5 is described below
commit 76dda50ca5152850c17bb624d16180a176144594
Author: Walt Karas <[email protected]>
AuthorDate: Wed Jul 17 21:55:23 2024 -0400
Document that = can be used between ESI param and value. (#11559)
---
doc/admin-guide/plugins/esi.en.rst | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/admin-guide/plugins/esi.en.rst
b/doc/admin-guide/plugins/esi.en.rst
index d83360ed57..f15406c81f 100644
--- a/doc/admin-guide/plugins/esi.en.rst
+++ b/doc/admin-guide/plugins/esi.en.rst
@@ -86,10 +86,10 @@ Enabling ESI
- ``--first-byte-flush`` will enable the first byte flush feature, which will
flush content to users as soon as the entire
ESI document is received and parsed without all ESI includes fetched. The
flushing will stop at the ESI include markup
till that include is fetched.
-- ``--max-doc-size <number-of-bytes>`` gives the maximum size of the document,
in bytes. The number of bytes must be
- be must an unsigned decimal integer, and can be followed (with no white
space) by a K, to indicate the given number is
- multiplied by 1024, or by M, to indicate the given number is multiplied by
1024 * 1024. Example values: 500,
- 5K, 2M. If this option is omitted, the maximum document size defaults to 1M.
+- ``--max-doc-size <number-of-bytes>`` (or
``--max-doc-size=<number-of-bytes>``) gives the maximum size of the document,
+ in bytes. The number of bytes must be an unsigned decimal integer, and can
be followed (with no white space) by
+ a K, to indicate the given number is multiplied by 1024, or by M, to
indicate the given number is multiplied by
+ 1024 * 1024. Example values: 500, 5K, 2M. If this option is omitted, the
maximum document size defaults to 1M.
3. ``HTTP_COOKIE`` variable support is turned off by default. It can be turned
on with ``-f <handler_config>`` or
``-handler <handler_config>``. For example: