Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7ada249

Browse files
committedOct 19, 2023
Fix typo in README.md
1 parent 63c0405 commit 7ada249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Advantages of nhooyr.io/websocket:
121121
- Transparent message buffer reuse with [wsjson](https://pkg.go.dev/nhooyr.io/websocket/wsjson) subpackage
122122
- [1.75x](https://github.com/nhooyr/websocket/releases/tag/v1.7.4) faster WebSocket masking implementation in pure Go
123123
- Gorilla's implementation is slower and uses [unsafe](https://golang.org/pkg/unsafe/).
124-
Soon we'll have assembly and be 4.5x faster [#326](https://github.com/nhooyr/websocket/pull/326)
124+
Soon we'll have assembly and be 3x faster [#326](https://github.com/nhooyr/websocket/pull/326)
125125
- Full [permessage-deflate](https://tools.ietf.org/html/rfc7692) compression extension support
126126
- Gorilla only supports no context takeover mode
127127
- [CloseRead](https://pkg.go.dev/nhooyr.io/websocket#Conn.CloseRead) helper for write only connections ([gorilla/websocket#492](https://github.com/gorilla/websocket/issues/492))

0 commit comments

Comments
 (0)
Please sign in to comment.