bneradt commented on code in PR #12250: URL: https://github.com/apache/trafficserver/pull/12250#discussion_r2124390276
########## src/records/RecordsConfig.cc: ########## @@ -367,12 +367,16 @@ static const RecordElement RecordsConfig[] = , {RECT_CONFIG, "proxy.config.http.per_server.connection.max", RECD_INT, "0", RECU_DYNAMIC, RR_NULL, RECC_STR, "^[0-9]+$", RECA_NULL} , - {RECT_CONFIG, "proxy.config.http.per_server.connection.match", RECD_STRING, "both", RECU_DYNAMIC, RR_NULL, RECC_STR, "^(?:ip|host|both|none)$", RECA_NULL} Review Comment: I think you're right that this must have been missed. Clearly port is supported, looking at the implementation's set of supported tags: https://github.com/apache/trafficserver/blob/3fc0ae45f47d83c1cccc40934746c2238928c6af/src/iocore/net/ConnectionTracker.cc#L72-L74 -- 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: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org