tokio-rs/tokio-tls

Broken link in README.md

matrizzo opened this issue · 3 comments

From README.md:
You can find an example of using this crate at https://tokio.rs along with a detailed explanation of what's happening.

The link points to https://tokio.rs/docs/getting-started/tls/ which returns a 403 forbidden error page.

Same idea: https://github.com/tokio-rs/tokio-tls/blob/master/examples/hyper-server.rs#L50 doesn't seem to compile on the latest release, Server doesn't exist.

I updated readme in #45 which was merged (deleted link, referring to internal examples). Server example in current master should be working (with hyper 0.12) - so I think this issue could be closed.

👍