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

[jira] [Commented] (TS-4360) Rename public APIs / interfaces for ALPN (instead of NPN)

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

Leif Hedstrom commented on TS-4360:
-----------------------------------

Also, we should rename all the internal names accordingly, of course, which can wait until 7.0.0 as well.

> 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
>              Labels: incompatible
>             Fix For: 7.0.0
>
>
> 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)