Skip to content

Commit 7196626

Browse files
committed
More gentle comparison
I feel like this sentence was too much.
1 parent dfda8a7 commit 7196626

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ only 1400 lines whereas gorilla/websocket is at 3500 lines. That's more code to
117117

118118
The future of gorilla/websocket is also uncertain. See [gorilla/websocket#370](https://github.com/gorilla/websocket/issues/370).
119119

120-
Pure conjecture but I would argue that the sprawling API has made it difficult to maintain.
121-
122120
Moreover, nhooyr/websocket has support for newer Go idioms such as context.Context and
123121
also uses net/http's Client and ResponseWriter directly for WebSocket handshakes.
124122
gorilla/websocket writes its handshakes to the underlying net.Conn which means

0 commit comments

Comments
 (0)