You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/08/12 20:09:20 UTC

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

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

ASF GitHub Bot logged work on TS-4360:
--------------------------------------

                Author: ASF GitHub Bot
            Created on: 12/Aug/16 20:08
            Start Date: 12/Aug/16 20:08
    Worklog Time Spent: 10m 
      Work Description: GitHub user zwoop opened a pull request:

    https://github.com/apache/trafficserver/pull/861

    TS-4360 Renames NPN_ defines to ALPN_

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zwoop/trafficserver TS-4360

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/861.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 #861
    
----
commit fa9dc5e64a8385614e951ead6b859e7600d8eb69
Author: Leif Hedstrom <zw...@apache.org>
Date:   2016-07-22T19:15:20Z

    TS-4360 Renames NPN_ defines to ALPN_

----


Issue Time Tracking
-------------------

            Worklog Id:     (was: 26371)
            Time Spent: 10m
    Remaining Estimate: 0h

> 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: 10m
>  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)