rob05c commented on a change in pull request #7023:
URL: https://github.com/apache/trafficserver/pull/7023#discussion_r508005260



##########
File path: proxy/http/remap/PluginFactory.cc
##########
@@ -76,6 +76,18 @@ RemapPluginInst::doRemap(TSHttpTxn rh, TSRemapRequestInfo 
*rri)
   return _plugin.doRemap(_instance, rh, rri);
 }
 
+std::shared_ptr<TSNextHopSelectionStrategy>
+RemapPluginInst::getStrategy()

Review comment:
       This gets the strategy that the func it calls initializes. It's 
conceptually debatable, I don't object to renaming it




----------------------------------------------------------------
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]


Reply via email to