[
https://issues.apache.org/jira/browse/TS-4360?focusedWorklogId=26378&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26378
]
ASF GitHub Bot logged work on TS-4360:
--------------------------------------
Author: ASF GitHub Bot
Created on: 12/Aug/16 20:24
Start Date: 12/Aug/16 20:24
Worklog Time Spent: 10m
Work Description: Github user atsci commented on the issue:
https://github.com/apache/trafficserver/pull/861
Linux build *successful*! See
https://ci.trafficserver.apache.org/job/Github-Linux/424/ for details.
Issue Time Tracking
-------------------
Worklog Id: (was: 26378)
Time Spent: 0.5h (was: 20m)
> Rename public APIs / interfaces for ALPN (instead of NPN)
> ---------------------------------------------------------
>
> Key: TS-4360
> URL: https://issues.apache.org/jira/browse/TS-4360
> Project: Traffic Server
> Issue Type: Improvement
> Components: TS API
> Reporter: Leif Hedstrom
> Assignee: Leif Hedstrom
> Labels: incompatible
> Fix For: 7.0.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> For example, we have:
> {code}
> lib/ts/apidefs.h.in:extern tsapi int TS_NPN_PROTOCOL_INDEX_HTTP_0_9;
> lib/ts/apidefs.h.in:extern tsapi int TS_NPN_PROTOCOL_INDEX_HTTP_1_0;
> lib/ts/apidefs.h.in:extern tsapi int TS_NPN_PROTOCOL_INDEX_HTTP_1_1;
> lib/ts/apidefs.h.in:extern tsapi int TS_NPN_PROTOCOL_INDEX_SPDY_1;
> lib/ts/apidefs.h.in:extern tsapi int TS_NPN_PROTOCOL_INDEX_SPDY_2;
> lib/ts/apidefs.h.in:extern tsapi int TS_NPN_PROTOCOL_INDEX_SPDY_3;
> lib/ts/apidefs.h.in:extern tsapi int TS_NPN_PROTOCOL_INDEX_SPDY_3_1;
> lib/ts/apidefs.h.in:extern tsapi int TS_NPN_PROTOCOL_INDEX_HTTP_2_0;
> {code}
> Which likely doesn't make a lot of sense, since ALPN is the de-facto standard
> now (and NPN is gone or going away).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)