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:14:25 UTC

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

Leif Hedstrom created TS-4360:
---------------------------------

             Summary: 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


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)