The following packages have been upgraded in the Cygwin distribution: * nghttp2 1.47 * libnghttp2_14 1.47 * libnghttp2-devel 1.47 * python38-nghttp2 1.47 * python39-nghttp2 1.47 * mingw64-x86_64-nghttp2 1.47 * mingw64-i686-nghttp2 1.47
HTTP/2 and its header compression algorithm HPACK implementation. The framing layer of HTTP/2 is implemented as a reusable library. Also included are an HTTP/2 client, server, proxy, load test and benchmarking tool, and Python modules. For more information see the project home page: https://nghttp2.org/ or the repo README: https://github.com/nghttp2/nghttp2#readme Please see below or read /usr/share/doc/nghttp2/ChangeLog after installation for complete details of changes: https://nghttp2.org/blog/ v1.47.0 Feb 23rd, 2022 lib * This release fixes the incorrect HPACK decoder table size update, which lead to incorrectly require Dynamic Table Size Update from an encoder when it is not needed. build * cmake build now disables libbpf by default. h2load * Now maximum allowed maximum frame size is configurable with --max-frame-size. nghttpx * --require-http-scheme option is added. It requires http or https scheme in HTTP request. It also requires that https scheme must be used for an encrypted connection. Otherwise, http scheme must be used. This option is recommended for a server deployment which directly faces clients and the services it provides only require http or https scheme. * BBR2 congestion control algorithm is added to QUIC connection. * libbpf is now bumped to v0.7.0 and turn on all strict features. * The qlog file extension is changed to .sqlog. * The bug that causes h3 stream ends prematurely has been fixed. * The issue that a forwarded h3 GET request to HTTP/1.1 hop always has chunked transfer-encoding: chunked has been fixed. * QUIC connection now sends and receives ECN bits. * HTTP/3 trailer fields support has been added. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple