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

Allow additional content in Connection header during handshake #40

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

sirn-se
Copy link
Owner

@sirn-se sirn-se commented Feb 16, 2024

According to RFC, the Connection header MAY include additional content, but MUST include the "Upgrade" keyword.

The request MUST contain a |Connection| header field whose value MUST include the "Upgrade" token.

Issue #39 got "keep-alive, Upgrade" which would be valid, but caused an error in current version.

Closing #39

@sirn-se sirn-se self-assigned this Feb 16, 2024
@coveralls
Copy link

Coverage Status

coverage: 100.0%. remained the same
when pulling 7cf68ca on headerfix
into 6d21dfb on v2.1-main.

@sirn-se sirn-se merged commit feb6fd3 into v2.1-main Feb 16, 2024
16 checks passed
@sirn-se sirn-se deleted the headerfix branch February 16, 2024 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants