shinrich opened a new pull request #7619: URL: https://github.com/apache/trafficserver/pull/7619
Noticed there were two is_digit functions floating around in HTTP.cc. One defined within the file and another from the ParseRules namespace. It sees that these days the isdigit() OS function should be at least as efficient as the ParseRules implementation. So this PR removes the file-local implementation, and replaces all calls to is_digit() to the OS library function isdigit(). At some point we may want to review and pare down the ParseRules logic, but I will leave that for another day. -- 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]
