libnghttp2_asio has moved to its own repository

This commit is contained in:
Tatsuhiro Tsujikawa 2022-07-25 17:33:50 +09:00
parent bc909d6157
commit c011105124
2 changed files with 7 additions and 4 deletions

View File

@ -101,7 +101,8 @@ To mitigate heap fragmentation in long running server programs
Alpine Linux currently does not support malloc replacement Alpine Linux currently does not support malloc replacement
due to musl limitations. See details in issue `#762 <https://github.com/nghttp2/nghttp2/issues/762>`_. due to musl limitations. See details in issue `#762 <https://github.com/nghttp2/nghttp2/issues/762>`_.
libnghttp2_asio C++ library (deprecated) requires the following libnghttp2_asio C++ library (deprecated, has moved to
https://github.com/nghttp2/nghttp2-asio) requires the following
packages: packages:
* libboost-dev >= 1.54.0 * libboost-dev >= 1.54.0
@ -1430,7 +1431,8 @@ corresponding header set was processed. The format is the same as
libnghttp2_asio: High level HTTP/2 C++ library libnghttp2_asio: High level HTTP/2 C++ library
---------------------------------------------- ----------------------------------------------
libnghttp2_asio has been deprecated. libnghttp2_asio has been deprecated, and moved to
https://github.com/nghttp2/nghttp2-asio.
libnghttp2_asio is C++ library built on top of libnghttp2 and provides libnghttp2_asio is C++ library built on top of libnghttp2 and provides
high level abstraction API to build HTTP/2 applications. It depends high level abstraction API to build HTTP/2 applications. It depends

View File

@ -3,8 +3,9 @@ libnghttp2_asio: High level HTTP/2 C++ library
.. warning:: .. warning::
libnghttp2_asio has been deprecated due to maintenance issue. It libnghttp2_asio has been deprecated in this repository due to
will not get any updates. It will be removed at the end of 2022. maintenance issue and will be removed at the end of 2022. It has
moved to https://github.com/nghttp2/nghttp2-asio.
libnghttp2_asio is C++ library built on top of libnghttp2 and provides libnghttp2_asio is C++ library built on top of libnghttp2 and provides
high level abstraction API to build HTTP/2 applications. It depends high level abstraction API to build HTTP/2 applications. It depends