- Oct 10, 2023
-
-
Anmol Sethi authored
Also ran gofmt on everything. Thanks again @paralin. #334 Co-authored-by:
Christian Stewart <christian@paral.in>
-
- Jan 09, 2021
-
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Anmol Sethi authored
Closes #247
-
Anmol Sethi authored
Updates #255
-
Anmol Sethi authored
netconn.go: Disable read limit on WebSocket
-
Anmol Sethi authored
-
Anmol Sethi authored
Closes #245
-
Anmol Sethi authored
Closes #242
-
Anmol Sethi authored
-
Anmol Sethi authored
Closes #87
-
Anmol Sethi authored
Merge master into dev
-
Anmol Sethi authored
-
Anmol Sethi authored
Thank you @icholy for identifying these in https://github.com/nhooyr/websocket/pull/259#issuecomment-702279421
-
Anmol Sethi authored
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
-
- Dec 23, 2020
-
-
Egor Gorbunov authored
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.
-
- Nov 26, 2020
-
-
James authored
-
- Oct 02, 2020
-
-
Anmol Sethi authored
Allow *http.Client with Timeout set
-
- Sep 25, 2020
-
-
swithek authored
-
- Sep 24, 2020
-
-
swithek authored
-
Andy Bursavich authored
See: https://staticcheck.io/docs/checks#SA4001
-
- Sep 22, 2020
-
-
swithek authored
-
- Jul 05, 2020
-
-
Anmol Sethi authored
Closes #248 Luckily, due to the 5s timeout on the close handshake, this would have had very minimal effects on anyone in production.
-
Anmol Sethi authored
Closes #243
-
- Jul 04, 2020
-
-
Anmol Sethi authored
-
- May 19, 2020
-
-
Anmol Sethi authored
Disable compression by default and switch to stdlib compress
-
- May 18, 2020
-
-
Anmol Sethi authored
NetConn has to close the connection to interrupt in progress reads and writes. However, it can block reads and writes that occur after the deadline instead of closing the connection. Closes #228
-
Anmol Sethi authored
Closes #227
-
Anmol Sethi authored
-
Anmol Sethi authored
Closes #220 and #230
-
Anmol Sethi authored
This way we don't pollute the directory tree.
-
- May 10, 2020
-
-
Anmol Sethi authored
Fix deadlock introduced in v1.8.5
-
Anmol Sethi authored
Closes #231
-
Anmol Sethi authored
Patch Accept for Gin
-
Anmol Sethi authored
Closes #166
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Anmol Sethi authored
Back to GH Actions
-
-