You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Masakazu Kitajo (JIRA)" <ji...@apache.org> on 2016/04/14 06:16:25 UTC

[jira] [Created] (TS-4350) Member functions in HTTPHdr should have const modifiers appropriately

Masakazu Kitajo created TS-4350:
-----------------------------------

             Summary: Member functions in HTTPHdr should have const modifiers appropriately
                 Key: TS-4350
                 URL: https://issues.apache.org/jira/browse/TS-4350
             Project: Traffic Server
          Issue Type: Improvement
          Components: Cleanup
            Reporter: Masakazu Kitajo


Practically, we can't use HTTPHdr and MIMEHdr with {{const}}, because some member function doesn't have {{const}} unreasonably. It leads misunderstanding of API and inappropriate modification.

We should add {{const}} to the functions.



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