Skip to content

Commit c996a28

Browse files
committed
Fixes for release
Closes #69
1 parent 751a0ed commit c996a28

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,10 @@ which makes it easy to use correctly.
115115

116116
Furthermore, nhooyr/websocket has support for newer Go idioms such as context.Context and
117117
also uses net/http's Client and ResponseWriter directly for WebSocket handshakes.
118-
gorilla/websocket writes its handshakes directly to a net.Conn which means
118+
gorilla/websocket writes its handshakes to the underlying net.Conn which means
119119
it has to reinvent hooks for TLS and proxying and prevents support of HTTP/2.
120120

121-
Another advantage of nhooyr/websocket is that it supports multiple concurrent writers out
122-
of the box.
121+
Another advantage of nhooyr/websocket is that it supports concurrent writers out of the box.
123122

124123
### x/net/websocket
125124

0 commit comments

Comments
 (0)