Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Mechanism #1

Closed
mnot opened this issue Feb 7, 2013 · 2 comments
Closed

Upgrade Mechanism #1

mnot opened this issue Feb 7, 2013 · 2 comments

Comments

@mnot
Copy link
Member

mnot commented Feb 7, 2013

This is a tracking ticket for issues related to the mechanism for upgrading from HTTP/1.x.

As per our charter, this is:

A negotiation mechanism that is capable of not only choosing between HTTP/1.x and HTTP/2.x, but also for bindings of HTTP URLs to other transports (for example).

@mnot mnot closed this as completed Feb 7, 2013
@mnot mnot reopened this Feb 7, 2013
@mnot mnot mentioned this issue Feb 20, 2013
@mnot
Copy link
Member Author

mnot commented Feb 27, 2013

Current plan:

  1. HTTPS URLs

    • use NPN (or its replacement); uses OPAQUE TOKEN to negotiate
    • then send magic + SETTINGS
  2. HTTP URLs
    a. existing connection / new connection without context
    - Upgrade Dance; uses OPAQUE TOKEN to negotiate
    - then send magic + SETTINGS

    b. new connection with context (e.g., because you used DNS hint, header hint, prior knowledge)

    • NO upgrade dance
    • first send magic + SETTINGS

@mnot
Copy link
Member Author

mnot commented Mar 5, 2014

Discussions seem to have converged; closing this tracking issue (although more specific issues may still be open).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant