1
0
mirror of https://github.com/actix/actix-website synced 2024-11-24 00:41:07 +01:00

Merge pull request #165 from JohnTitor/fix-tls

Fix rustls example link
This commit is contained in:
Yuki Okushi 2020-03-13 07:07:14 +09:00 committed by GitHub
commit cb3f5f561a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,4 +32,4 @@ connection and tls connection. [rfc section 3.4][rfcsection34].
[rfcsection34]: https://http2.github.io/http2-spec/#rfc.section.3.4
[bindopenssl]: https://docs.rs/actix-web/2/actix_web/struct.HttpServer.html#method.bind_openssl
[tlsalpn]: https://tools.ietf.org/html/rfc7301
[examples]: https://github.com/actix/examples/tree/master/tls
[examples]: https://github.com/actix/examples/tree/master/rustls