Skip to content

Commit 47fbf33

Browse files
committed
Update README.md now that pings are supported
1 parent 4de9061 commit 47fbf33

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ c.Close(websocket.StatusNormalClosure, "")
8686
- A minimal API is easier to maintain due to less docs, tests and bugs
8787
- A minimal API is also easier to use and learn
8888
- 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))
9189
- net.Conn is never exposed as WebSocket over HTTP/2 will not have a net.Conn.
9290
- Using net/http's Client for dialing means we do not have to reinvent dialing hooks
9391
and configurations like other WebSocket libraries

0 commit comments

Comments
 (0)