GitHub user canselcik opened a pull request: https://github.com/apache/trafficserver/pull/347
TS-4038: Redundant `isdigit(b)` in `LogFormat::parse_escape_string Simple fix that shouldn't have any side effects since isdigit is not changing the value of b. @bgaff You can merge this pull request into a Git repository by running: $ git pull https://github.com/canselcik/trafficserver ts4038 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/347.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #347 ---- commit 6d05033d7619eb668a84ed27803758666612ce67 Author: Can Selcik <csel...@linkedin.com> Date: 2015-11-23T20:05:20Z TS-4038: Redundant `isdigit(b)` in `LogFormat::parse_escape_string(const char*, int)` Simple fix that shouldn't have any side effects since isdigit is not changing the value of b. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---