Update doc

This commit is contained in:
Tatsuhiro Tsujikawa 2019-05-18 10:31:47 +09:00
parent 2e1975ddf6
commit f82fb52187
1 changed files with 8 additions and 0 deletions

View File

@ -498,6 +498,14 @@ naming scheme and structure, nghttpx provides the new option
:option:`--tls13-ciphers` and :option:`--tls13-client-ciphers` to
change preferred cipher list for TLSv1.3.
WebSockets over HTTP/2
----------------------
nghttpx supports `RFC 8441 <https://tools.ietf.org/html/rfc8441>`_
Bootstrapping WebSockets with HTTP/2 for both frontend and backend
connections. This feature is enabled by default and no configuration
is required.
Migration from nghttpx v1.18.x or earlier
-----------------------------------------