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

fix(http/ws): case insensitive connection header #11489

Merged

Conversation

lucacasonato
Copy link
Member

@lucacasonato lucacasonato commented Jul 22, 2021

The "connection" header should be case insensitive:
https://datatracker.ietf.org/doc/html/rfc7230#section-6.1

Fixes #11487

@lucacasonato lucacasonato force-pushed the case_insensitive_connection_header branch from b0ec407 to a73332a Compare July 22, 2021 10:39
@lucacasonato lucacasonato merged commit 8b34f07 into denoland:main Jul 22, 2021
@lucacasonato lucacasonato deleted the case_insensitive_connection_header branch July 22, 2021 12:28
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.

Websocket connection headers
2 participants