GitHub user maskit opened a pull request: https://github.com/apache/trafficserver/pull/278
TS-3846: Initialize priority with default values The range of weight is between 1 and 256, and the the default weight is 16. Therefore, a value in the code (or transferred) is one less than its weight. https://issues.apache.org/jira/browse/TS-3846 You can merge this pull request into a Git repository by running: $ git pull https://github.com/maskit/trafficserver ts3846 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/278.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 #278 ---- commit de90e7d4db0a7d3dac6e9faa9bf8fb048ee69d23 Author: Masakazu Kitajo <m4s...@gmail.com> Date: 2015-08-16T07:41:07Z TS-3846: Initialize priority with default values The range of weight is between 1 and 256, and the the default weight is 16. Therefore, a value in the code (or transferred) is one less than its weight. ---- --- 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. ---