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

The "mixed-scheme" field is probably needed when you make any request… #242

Closed
wants to merge 2 commits into from

Conversation

martinthomson
Copy link
Contributor

… over a connection that might be used for "https" resources. After all, ordering of request in "h2" is
somewhat nebulous.

As discussed on-list.

… over a connection

that might be used for "https" resources.  After all, ordering of request in "h2" is
somewhat nebulous.
clients MUST NOT send `http` requests on a connection that has previously been used for `https`
requests, unless the http-opportunistic origin object {{well-known}} fetched over that connection
has a "mixed-scheme" member whose value is "true".
clients MUST NOT `http` requests on a connection that would ordinarily be used for `https`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

... MUST NOT http?

clients MUST NOT send `http` requests on a connection that has previously been used for `https`
requests, unless the http-opportunistic origin object {{well-known}} fetched over that connection
has a "mixed-scheme" member whose value is "true".
clients MUST NOT `http` requests on a connection that would ordinarily be used for `https`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"would ordinarily be used" is really wooly...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will try again, hopefully with less ineptitude.

@martinthomson
Copy link
Contributor Author

This one has been OBE.

@martinthomson martinthomson deleted the reuse_mixed_scheme branch February 1, 2017 05:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

2 participants