You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ Advantages of nhooyr.io/websocket:
112
112
- Gorilla's implementation is slower and uses [unsafe](https://golang.org/pkg/unsafe/).
113
113
- Full [permessage-deflate](https://tools.ietf.org/html/rfc7692) compression extension support
114
114
- Gorilla only supports no context takeover mode
115
-
- We use a vendored [klauspost/compress](https://github.com/klauspost/compress) for much lower memory usage ([gorilla/websocket#203](https://github.com/gorilla/websocket/issues/203))
115
+
- We use [klauspost/compress](https://github.com/klauspost/compress) for much lower memory usage ([gorilla/websocket#203](https://github.com/gorilla/websocket/issues/203))
0 commit comments