zwoop commented on a change in pull request #7516:
URL: https://github.com/apache/trafficserver/pull/7516#discussion_r575513606
##########
File path: doc/admin-guide/plugins/header_rewrite.en.rst
##########
@@ -491,6 +491,14 @@ SSN-TXN-COUNT
Returns the number of transactions between the Traffic Server proxy and the
origin server from a single session.
Any value greater than zero indicates connection reuse.
+TCPINFO
+~~~~~~~~
+::
+ cond %{<name>}
+ add-header @PropertyName "<field_name>:{%{TCPINFO}}"
Review comment:
this looks weird, the syntax would be, I assume
```
add-header @PropertyName %{TCPIINFO}
```
no ?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]