1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-11-22 09:31:10 +00:00
This commit is contained in:
Nikolay Kim 2017-11-04 12:35:55 -07:00
parent 67f3ad31ab
commit 41be1db8bc

View file

@ -30,7 +30,7 @@ Actix web automatically upgrades connection to `http/2` if possible.
### Negotiation
To use http/2 protocol over tls without prior knowlage requires
[tls alpn]( (https://tools.ietf.org/html/rfc7301). At the moment only
[tls alpn](https://tools.ietf.org/html/rfc7301). At the moment only
rust-openssl supports alpn.
```toml