From f82fb521870b365c0ab48d43843ec9ee0db851f5 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 18 May 2019 10:31:47 +0900 Subject: [PATCH] Update doc --- doc/sources/nghttpx-howto.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/sources/nghttpx-howto.rst b/doc/sources/nghttpx-howto.rst index 40c74e68..11d3eb0b 100644 --- a/doc/sources/nghttpx-howto.rst +++ b/doc/sources/nghttpx-howto.rst @@ -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 `_ +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 -----------------------------------------