From 1392b2b17181e74cdb721463aa89ec003ac3de51 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Wed, 8 Nov 2017 16:48:20 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15d7b2f5..533049e6 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Actix web automatically upgrades connection to `http/2` if possible. ### Negotiation -To use `http/2` protocol over tls without prior knowlage requires +`HTTP/2` protocol over tls without prior knowlage requires [tls alpn](https://tools.ietf.org/html/rfc7301). At the moment only `rust-openssl` supports alpn.