randall commented on a change in pull request #8262:
URL: https://github.com/apache/trafficserver/pull/8262#discussion_r693378981
##########
File path: proxy/http/remap/NextHopStrategyFactory.cc
##########
@@ -220,9 +236,6 @@ NextHopStrategyFactory::loadConfigFile(const std::string
&fileName, std::strings
std::ifstream file(fileName + "/" + i.data());
if (file.is_open()) {
while (std::getline(file, line)) {
- if (line[0] == '#') {
- // continue;
Review comment:
I reverted that part of the commit just in case you want to add back
comment support.
--
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]