-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
A-docsArea: documentation.Area: documentation.A-serverArea: server.Area: server.E-easyEffort: easy. A task that would be a great starting point for a new contributor.Effort: easy. A task that would be a great starting point for a new contributor.
Description
https://docs.rs/hyper/0.14.4/hyper/server/conn/struct.AddrIncoming.html says:
This is supported on crate feature server and (crate features http1 or http2) only.
Actually, the tcp
feature also needs to be enabled.
https://github.com/hyperium/hyper/blob/v0.14.4/src/server/conn.rs#L77-L78
If I just enable the http1
and server
features, the hyper::server::conn::AddrIncoming
item does not exist.
Metadata
Metadata
Assignees
Labels
A-docsArea: documentation.Area: documentation.A-serverArea: server.Area: server.E-easyEffort: easy. A task that would be a great starting point for a new contributor.Effort: easy. A task that would be a great starting point for a new contributor.