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

ASF subversion and git services commented on TS-4483:
-----------------------------------------------------

Commit 80d865300794e70b828ba04330d732503b2ea5f1 in trafficserver's branch 
refs/heads/master from [~oknet]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=80d8653 ]

TS-4483: Simplify NetAccept and SSLNetAccept.

Replace getEtype() with member etype. NetAccept has a member named
'etype' and it is set by upgradeEtype before NetAccept running.
Thus, we can replace getEtype() with member etype and make the
SSLNetAccept codes clearly.

This closes #734.


> NetAccept & SSLNetAccept Optimize
> ---------------------------------
>
>                 Key: TS-4483
>                 URL: https://issues.apache.org/jira/browse/TS-4483
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Oknet Xu
>            Assignee: Oknet Xu
>             Fix For: 7.0.0
>
>
> replace getEtype() with member etype.
> NetAccept has a member named 'etype' and it is set by upgradeEtype before 
> NetAccept running.
> Thus, we can replace getEtype() with member etype and make the SSLNetAccept 
> codes clearly.
> Should we remote the getEtype() method ? It is called by none after the patch.



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

Reply via email to