We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As defined in http://tools.ietf.org/html/rfc7230#section-6.7 a protocol consists of a name and an optional version token.
The text was updated successfully, but these errors were encountered:
I don't understand what the action is for this issue. Does the Upgrade header need to be changed?
Upgrade
Sorry, something went wrong.
Yes we need to change Upgrade header field. (What means "need" we can also keep it but do not implement the RFC)
The RFC says:
Upgrade = 1#protocol protocol = protocol-name ["/" protocol-version] protocol-name = token protocol-version = token
We do:
Upgrade = 1#protocol protocol = text
Successfully merging a pull request may close this issue.
As defined in http://tools.ietf.org/html/rfc7230#section-6.7 a protocol consists of a name and an optional version token.
The text was updated successfully, but these errors were encountered: