[
https://issues.apache.org/jira/browse/TS-4483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15345909#comment-15345909
]
ASF GitHub Bot commented on TS-4483:
------------------------------------
GitHub user oknet opened a pull request:
https://github.com/apache/trafficserver/pull/734
TS-4483: NetAccept & SSLNetAccept optimize, replace getEtype() with m…
…ember etype.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/oknet/trafficserver TS-4483
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/734.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 #734
----
commit 527240c9a38d4a101186b2de557f593819af9049
Author: Oknet Xu <[email protected]>
Date: 2016-06-23T06:37:39Z
TS-4483: NetAccept & SSLNetAccept optimize, replace getEtype() with member
etype.
----
> 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)