Skip to content

Commit 7d8ddbc

Browse files
committed
Fix in README.md
1 parent 0caa997 commit 7d8ddbc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ Advantages of nhooyr.io/websocket:
115115
- Gorilla writes directly to a net.Conn and so duplicates features of net/http.Client.
116116
- Concurrent writes
117117
- Close handshake ([gorilla/websocket#448](https://github.com/gorilla/websocket/issues/448))
118-
- [CloseRead](https://pkg.go.dev/nhooyr.io/websocket#Conn.CloseRead) helper for write only connections
119118
- Idiomatic [ping pong](https://pkg.go.dev/nhooyr.io/websocket#Conn.Ping) API
120119
- Gorilla requires registering a pong callback before sending a Ping
121120
- Can target Wasm ([gorilla/websocket#432](https://github.com/gorilla/websocket/issues/432))
@@ -125,7 +124,7 @@ Advantages of nhooyr.io/websocket:
125124
Soon we'll have assembly and be 4.5x faster [#326](https://github.com/nhooyr/websocket/pull/326)
126125
- Full [permessage-deflate](https://tools.ietf.org/html/rfc7692) compression extension support
127126
- Gorilla only supports no context takeover mode
128-
- [CloseRead](https://pkg.go.dev/nhooyr.io/websocket#Conn.CloseRead) helper ([gorilla/websocket#492](https://github.com/gorilla/websocket/issues/492))
127+
- [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))
129128

130129
#### golang.org/x/net/websocket
131130

0 commit comments

Comments
 (0)