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

Explain interactions with Alt-Svc #348

Merged
merged 7 commits into from Jul 31, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions draft-ietf-httpbis-origin-frame.md
Expand Up @@ -144,9 +144,9 @@ See {{algo}} for an illustrative algorithm for processing ORIGIN frames.
The set of origins (as per {{!RFC6454}}) that a given connection might be used for is known in this
specification as the Origin Set.

By default, a connections's Origin Set is uninitialised. When an ORIGIN frame is first received
and successfully processed by a client, the connection's Origin Set is defined to contain an
initial origin. The initial origin is composed from:
By default, the Origin Set for a connection is uninitialised. When an ORIGIN frame is first received
and successfully processed by a client, the connection's Origin Set is defined to contain an initial
origin. The initial origin is composed from:

- Scheme: "https"
- Host: the value sent in Server Name Indication (SNI, {{!RFC6066}} Section 3), converted to lower case
Expand Down