1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-11-14 04:41:15 +00:00

Update README.md

This commit is contained in:
Nikolay Kim 2017-11-08 16:48:20 -08:00 committed by GitHub
parent e558414867
commit 1392b2b171
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.