-
Notifications
You must be signed in to change notification settings - Fork 42
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
Semantics: 7.8 Upgrade #743
Comments
|
Is there a reason why you ask? Are there problems when it's not the 1st request? |
|
I'm not aware of any such problem, and for example in haproxy we do support upgrades anywhere. |
|
Just a question I had .. which I feel the spec may want to call it out, either 1st request only or no such restriction. |
|
Nothing in HTTP depends on where a request is placed upon a connection, because it's a stateless protocol. see last paragraph here (this is likely to move to Should we spell this out more clearly there? |
|
Probably, it never hurts to remind it. |
|
I see the case for proxies to reuse and upgrade an existing connection to the server. Mentioning this will encourage correct server implementations. |
Clarify if the request needs to be the 1st request after a connection is opened.
The text was updated successfully, but these errors were encountered: