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

Merge master into dev #277

Merged
merged 9 commits into from
Jan 9, 2021
Merged

Merge master into dev #277

merged 9 commits into from
Jan 9, 2021

Conversation

nhooyr
Copy link
Contributor

@nhooyr nhooyr commented Jan 9, 2021

There were a few PRs merged into the master branch that were then not
merged into the dev branch. This branch merges those changes in cleanly.

swithek and others added 9 commits September 22, 2020 13:55
Allow *http.Client with Timeout set
HTTP header values, as opposed to header keys,
are case sensitive, but implementation of headerTokens()
before this patch would return lowered values always.

This old behavior could lead to chromium (v87) WebSocket
rejecting connnection because negotiated subprotocol,
returned in Sec-WebSocket-Protocol header (lowered
be headerToken() function) would not match one sent
by client, in case client specified value with capital
letters.
There were a few PRs merged into the master branch that were then not
merged into the dev branch. This branch merges those changes in cleanly.

- #261
- #266
- #273
Thank you @icholy for identifying these in
#259 (comment)
@nhooyr nhooyr merged commit a8e475c into dev Jan 9, 2021
@nhooyr nhooyr deleted the merge-master branch January 9, 2021 12:55
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.

3 participants