You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Brian Geffon (JIRA)" <ji...@apache.org> on 2015/11/20 19:09:11 UTC

[jira] [Updated] (TS-4034) Minor atscppapi cleanup

     [ https://issues.apache.org/jira/browse/TS-4034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Geffon updated TS-4034:
-----------------------------
    Fix Version/s: 6.1.0

> Minor atscppapi cleanup
> -----------------------
>
>                 Key: TS-4034
>                 URL: https://issues.apache.org/jira/browse/TS-4034
>             Project: Traffic Server
>          Issue Type: Improvement
>            Reporter: Brian Geffon
>            Assignee: Brian Geffon
>             Fix For: 6.1.0
>
>
> A few things should be cleaned up in atscppapi.
>  - CaseInsensitiveStringComparitor isn't used, and even if it was it should be strcasecmp() anyway so I'm going to remove this class.
>  - In several places we do:
>     somestr = std::string(ptr, len);
>   We should do:
>     somestr.assign(ptr,len);
>  - We use c style includes in a few places when we should use the c++ equivalents.



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