GitHub user jpeach opened a pull request: https://github.com/apache/trafficserver/pull/648
TS-4460: Remove record conversion from RecSetRecord. RecSetRecord manually converts a record value from a string. It could just use RecDataSetFromString. The only place this semantic is called from is clustering, so it could probably be removed altogether. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jpeach/trafficserver fix/4460 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/648.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 #648 ---- commit 3e88f1306e030c710470b9538027daa40ee8cfde Author: James Peach <jpe...@apache.org> Date: 2016-05-18T21:56:57Z TS-4460: Remove record conversion from RecSetRecord. RecSetRecord manually converts a record value from a string. It could just use RecDataSetFromString. The only place this semantic is called from is clustering, so it could probably be removed altogether. ---- --- 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. ---