good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 47fbf33e authored by Anmol Sethi's avatar Anmol Sethi
Browse files

Update README.md now that pings are supported

parent 4de90619
No related branches found
No related tags found
No related merge requests found
......@@ -86,8 +86,6 @@ c.Close(websocket.StatusNormalClosure, "")
- A minimal API is easier to maintain due to less docs, tests and bugs
- A minimal API is also easier to use and learn
- Context based cancellation is more ergonomic and robust than setting deadlines
- No ping support because TCP keep alives work fine for HTTP/1.1 and they do not make
sense with HTTP/2 (see [#1](https://github.com/nhooyr/websocket/issues/1))
- net.Conn is never exposed as WebSocket over HTTP/2 will not have a net.Conn.
- Using net/http's Client for dialing means we do not have to reinvent dialing hooks
and configurations like other WebSocket libraries
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment