cmcfarlen commented on code in PR #13024:
URL: https://github.com/apache/trafficserver/pull/13024#discussion_r3029987307


##########
plugins/header_rewrite/matcher.h:
##########
@@ -209,7 +209,7 @@ template <class T> class Matchers : public Matcher
 
           field.ltrim_if(&isspace).rtrim_if(&isspace);
           values.insert(convert(std::string(field)));
-          start       = ++cur + skip_quotes;
+          start       = ++cur;
           skip_quotes = 0;

Review Comment:
   The parser doesn't support spaces



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