zwoop commented on code in PR #12536:
URL: https://github.com/apache/trafficserver/pull/12536#discussion_r2396033051


##########
plugins/header_rewrite/parser.cc:
##########
@@ -149,7 +149,7 @@ Parser::parse_line(const std::string &original_line)
 }
 
 // This is the main "parser", a helper function to the above tokenizer. NOTE: 
this modifies (possibly) the tokens list,
-// therefore, we pass in a copy of the parsers tokens here, such that the 
original token list is retained (useful for tests etc.).
+// therefore, we pass in a copy of the parsers tokens here, such that the 
original token list is retained.

Review Comment:
   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]

Reply via email to