zwoop commented on a change in pull request #7516:
URL: https://github.com/apache/trafficserver/pull/7516#discussion_r575511663
##########
File path: plugins/header_rewrite/factory.cc
##########
@@ -139,6 +139,8 @@ condition_factory(const std::string &cond)
c = new ConditionInbound();
} else if (c_name == "SSN-TXN-COUNT") {
c = new ConditionSessionTransactCount();
+ } else if (c_name == "TCPINFO") {
Review comment:
For consistency with other conditions, I think a name like
```
TCP-INFO
```
would be preferable. But I don't feel strongly.
----------------------------------------------------------------
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]