[
https://issues.apache.org/jira/browse/TS-2793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14006124#comment-14006124
]
ASF subversion and git services commented on TS-2793:
-----------------------------------------------------
Commit 729d0273ca38d1f3b02b8f5fbd57cc97350a4cb5 in trafficserver's branch
refs/heads/master from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=729d027 ]
TS-2793: remove UnixNetVConnection::selected_next_protocol
There's no need to track the negotiated NPN protocol in the VC
layer, since we can know exactly what to do at the accept layer.
Pass down enough information from the point where we register SPDY
acceptors to figure out what version to initialize at client session
time.
> remove UnixNetVConnection::selected_next_protocol
> -------------------------------------------------
>
> Key: TS-2793
> URL: https://issues.apache.org/jira/browse/TS-2793
> Project: Traffic Server
> Issue Type: Bug
> Components: SPDY
> Reporter: James Peach
> Assignee: James Peach
> Fix For: 5.0.0
>
>
> SPDY uses {{UnixNetVConnection::selected_next_protocol}} to track the SPDY
> version requested in the NPN handshake. This is unnecessary, since SPDY can
> easily provide a different acceptor on every different NPN string. We should
> remove this and simplify the remains.
--
This message was sent by Atlassian JIRA
(v6.2#6252)