[
https://issues.apache.org/jira/browse/TS-4038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15023294#comment-15023294
]
ASF subversion and git services commented on TS-4038:
-----------------------------------------------------
Commit 74c7e40b251ce165f92a28053ea41141fb1af153 in trafficserver's branch
refs/heads/master from [~cselcik]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=74c7e40 ]
TS-4038: remove redundant isdigit() call
`isdigit(b)` is called redundantly 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. This closes #347.
> Redundant `isdigit(b)` in `LogFormat::parse_escape_string(const char*, int)`
> ----------------------------------------------------------------------------
>
> Key: TS-4038
> URL: https://issues.apache.org/jira/browse/TS-4038
> Project: Traffic Server
> Issue Type: Improvement
> Components: Logging
> Reporter: Can Selcik
> Fix For: 6.1.0
>
>
> This seems to originally be a typo where isdigit is called twice on b within
> the same if conditional.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)