diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2023-07-27 07:44:08 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2023-07-27 07:44:08 +0300 |
commit | a4d459e1893178cc5bb63e8ffe1b90c15857c703 (patch) | |
tree | ffdb09a3b1bb2ed9fc1b5e38f85a090d64f87811 /contrib/libs/nghttp2/README.rst | |
parent | 8d58b1fa67e609fbfb7f809f0ce408588ed864cc (diff) | |
download | ydb-a4d459e1893178cc5bb63e8ffe1b90c15857c703.tar.gz |
Update contrib/libs/nghttp2 to 1.55.0
Diffstat (limited to 'contrib/libs/nghttp2/README.rst')
-rw-r--r-- | contrib/libs/nghttp2/README.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/libs/nghttp2/README.rst b/contrib/libs/nghttp2/README.rst index 5215be3a7a..b90bea6fbc 100644 --- a/contrib/libs/nghttp2/README.rst +++ b/contrib/libs/nghttp2/README.rst @@ -130,8 +130,8 @@ following libraries are required: <https://github.com/quictls/openssl/tree/OpenSSL_1_1_1u+quic>`_; or `BoringSSL <https://boringssl.googlesource.com/boringssl/>`_ (commit b0341041b03ea71d8371a9692aedae263fc06ee9) -* `ngtcp2 <https://github.com/ngtcp2/ngtcp2>`_ 0.16.x -* `nghttp3 <https://github.com/ngtcp2/nghttp3>`_ 0.12.x +* `ngtcp2 <https://github.com/ngtcp2/ngtcp2>`_ 0.17.x +* `nghttp3 <https://github.com/ngtcp2/nghttp3>`_ 0.13.x Use ``--enable-http3`` configure option to enable HTTP/3 feature for h2load and nghttpx. @@ -354,7 +354,7 @@ Build nghttp3: .. code-block:: text - $ git clone --depth 1 -b v0.12.0 https://github.com/ngtcp2/nghttp3 + $ git clone --depth 1 -b v0.13.0 https://github.com/ngtcp2/nghttp3 $ cd nghttp3 $ autoreconf -i $ ./configure --prefix=$PWD/build --enable-lib-only @@ -366,7 +366,7 @@ Build ngtcp2: .. code-block:: text - $ git clone --depth 1 -b v0.16.0 https://github.com/ngtcp2/ngtcp2 + $ git clone --depth 1 -b v0.17.0 https://github.com/ngtcp2/ngtcp2 $ cd ngtcp2 $ autoreconf -i $ ./configure --prefix=$PWD/build --enable-lib-only \ |