lzx404243 commented on code in PR #9594:
URL: https://github.com/apache/trafficserver/pull/9594#discussion_r1161867915
##########
iocore/net/P_SNIActionPerformer.h:
##########
@@ -232,8 +241,11 @@ class TunnelDestination : public ActionItem
YamlSNIConfig::TunnelPreWarm tunnel_prewarm =
YamlSNIConfig::TunnelPreWarm::UNSET;
const std::vector<int> &alpn_ids;
- OpId fnArrIndex{OpId::DEFAULT}; /// On creation, we decide which function
needs to be called, set the index and then we
- /// call it with the relevant data
+ // The indexes of the mapping functions that need to be called. On
+ // creation, we decide which functions need to be called, add the
+ // coressponding indexes and then we call those functions with the relevant
+ // data.
+ std::vector<OpId> fnArrIndexes;
Review Comment:
Good point. Fixed
--
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]