Thomas Jackson created TS-4451:
----------------------------------
Summary: Remove magic numbers from codebase where possible
Key: TS-4451
URL: https://issues.apache.org/jira/browse/TS-4451
Project: Traffic Server
Issue Type: Improvement
Reporter: Thomas Jackson
There are quite a few places in the code that have magic numbers. A common
pattern is the string len for a string passed in (TS-4440 for example).
The goal of this ticket is to:
- Find an automated mechanism to check for magic numbers
- Bring the codebase into alignment with automated check
-- Create some MACROS for the common cases
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)