File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -115,11 +115,10 @@ which makes it easy to use correctly.
115
115
116
116
Furthermore, nhooyr/websocket has support for newer Go idioms such as context.Context and
117
117
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
119
119
it has to reinvent hooks for TLS and proxying and prevents support of HTTP/2.
120
120
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.
123
122
124
123
### x/net/websocket
125
124
You can’t perform that action at this time.
0 commit comments