mirror of
https://github.com/actix/actix-web.git
synced 2024-11-29 13:01:09 +00:00
fix link
This commit is contained in:
parent
67f3ad31ab
commit
41be1db8bc
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ Actix web automatically upgrades connection to `http/2` if possible.
|
||||||
### Negotiation
|
### Negotiation
|
||||||
|
|
||||||
To use http/2 protocol over tls without prior knowlage requires
|
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.
|
rust-openssl supports alpn.
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
|
|
Loading…
Reference in a new issue