ywkaras commented on a change in pull request #7606:
URL: https://github.com/apache/trafficserver/pull/7606#discussion_r632611077
##########
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:
It's not directly related. TsBuffer was used in this class, so I did
some additional cleanup, replacing Tokenizer. As I remember Tokenizer does
memory allocation, which is avoided here by not using 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]