- Notifications
You must be signed in to change notification settings - Fork 332
Pull requests: coder/websocket
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Fix DOS attack from malicious pongs
#291 by nhooyr was merged Apr 7, 2021 Loading… updated Apr 7, 2021
netconn.go: Disable read limit on WebSocket
#254 by nhooyr was merged Jan 9, 2021 Loading… updated Jan 9, 2021
write.go: Fix deadlock in writeFrame
#253 by nhooyr was merged Jul 5, 2020 Loading… updated Jul 5, 2020
netconn.go: Prevent timer leakage
#255 by nhooyr was merged Jul 5, 2020 Loading… updated Jul 5, 2020
Disable compression by default and switch to stdlib compress
#240 by nhooyr was merged May 19, 2020 Loading… updated May 19, 2020
Fix deadlock introduced in v1.8.5
#238 by nhooyr was merged May 10, 2020 Loading… updated May 10, 2020
Add automated test and documentation for echo example
#224 by nhooyr was merged Apr 14, 2020 Loading… updated Apr 14, 2020
Add Grace to gracefully close WebSocket connections
#200 by nhooyr was merged Feb 27, 2020 Loading… updated Feb 28, 2020
Add OriginPatterns to AcceptOptions
#198 by nhooyr was merged Feb 27, 2020 Loading… updated Feb 27, 2020
Ensure connection is closed at all error points
#193 by nhooyr was merged Feb 21, 2020 Loading… updated Feb 21, 2020
Switch from Github Actions to Travis
#192 by nhooyr was merged Feb 18, 2020 Loading… updated Feb 18, 2020
Fix deflate extension parameter negotiation
#188 by nhooyr was merged Feb 16, 2020 Loading… updated Feb 16, 2020
Rewrite with compression support
#163 by nhooyr was merged Feb 16, 2020 Loading… updated Feb 16, 2020
ProTip! Filter pull requests by the default branch with base:master.