We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de9061 commit 47fbf33Copy full SHA for 47fbf33
README.md
@@ -86,8 +86,6 @@ c.Close(websocket.StatusNormalClosure, "")
86
- A minimal API is easier to maintain due to less docs, tests and bugs
87
- A minimal API is also easier to use and learn
88
- Context based cancellation is more ergonomic and robust than setting deadlines
89
-- No ping support because TCP keep alives work fine for HTTP/1.1 and they do not make
90
- sense with HTTP/2 (see [#1](https://github.com/nhooyr/websocket/issues/1))
91
- net.Conn is never exposed as WebSocket over HTTP/2 will not have a net.Conn.
92
- Using net/http's Client for dialing means we do not have to reinvent dialing hooks
93
and configurations like other WebSocket libraries
0 commit comments