Skip to content

Commit c707d5a

Browse files
committed
docs: Remove reference to hyper Incoming
1 parent 1fc5a20 commit c707d5a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ This library is intended to automatically initiate a TLS connection
99
as for each new connection in a source of new streams (such as a listening
1010
TCP or unix domain socket).
1111

12-
In particular, the `TlsListener` can be used as the `incoming` argument to `hyper::server::Server::builder` (requires
13-
one of the `hyper-h1` or `hyper-h2` features).
12+
It can be used to easily create a `Stream` of TLS connections from a listening socket.
1413

1514
See examples for examples of usage.
1615

17-
You must enable either one of the `rustls`, `native-tls`, or `openssl` features depending on which implementation you
16+
You must enable either one of the `rustls`, `native-tls`, or `openssl` features depending on which implementation you
1817
would like to use.

0 commit comments

Comments
 (0)