masaori335 commented on a change in pull request #7606:
URL: https://github.com/apache/trafficserver/pull/7606#discussion_r634017120
##########
File path: proxy/ControlBase.cc
##########
@@ -114,19 +113,19 @@ TimeMod::check(HttpRequestData *req) const
TimeMod *
TimeMod::make(char *value, const char **error)
{
- Tokenizer rangeTok("-");
Review comment:
I might be missing something, but my understanding is A). changes for
`TextMod` and `MultiTextMod` are related to removing `TsBuffer`, I agree with
that the changes should be done on this PR, but B) changes for `TimeMod` and
`PortMod` are not related.
How we get conflict with decoupling changes for `TimeMod` and `PortMod` from
this PR?
--
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]