You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/05/18 22:00:14 UTC

[jira] [Commented] (TS-4460) Remove record conversion from RecSetRecord

    [ https://issues.apache.org/jira/browse/TS-4460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15289936#comment-15289936 ] 

ASF GitHub Bot commented on TS-4460:
------------------------------------

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 <jp...@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.

----


> Remove record conversion from RecSetRecord
> ------------------------------------------
>
>                 Key: TS-4460
>                 URL: https://issues.apache.org/jira/browse/TS-4460
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Cleanup
>            Reporter: James Peach
>
> {{RecSetRecord}} manually converts a record value from a string. It could just use {{RecDataSetFromString}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)