2024-03-23 19:26:42 by Greg Troxel | Files touched by this commit (1) |
Log message:
www/nghttp2-tools: Clarify comment about C/C++ split
|
2024-01-21 20:58:52 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
nghttp2*: update to 1.59.0
lib
This release adds API to get and parse RFC 9218 priority.
nghttp2_select_next_protocol() has been deprecated. Use nghttp2_select_alpn() \
instead.
build
The following dependencies have been updated:
ngtcp2
libbpf
h2load
h2load now considers all h2 HEADERS when counting bytes and recording TTFB.
This release fixes the bug that TTFB is not recorded if h3 stream has no data.
h2load now ignores 1xx status code.
IPv6 address is now enclosed by square brackets when set in :authority header field.
nghttpx
This release adds SSL_CTX_set_recv_max_early_data() call which OpenSSL requires.
__FILE_NAME__ macro is preferred if available.
nghttpx now propagates stream priority from backend to frontend.
This release fixes the bug that nghttpx sends QUIC RESET_STREAM when it receives \
RESET_STREAM from client.
src
This release drops old OpenSSL (< 1.1.1) support.
Now bundled applications can be built with aws-lc.
|
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message:
*: recursive bump for icu 74.1
|
2023-10-28 17:34:06 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
nghttp2 nghttp2-tools: updated to 1.58.0
Nghttp2 v1.58.0
build
This release speeds up warning option detection with cmake.
The following dependencies have been updated:
ngtcp2
nghttp3
third-party
neverbleed has been updated.
nghttpx
This release introduces stricter transfer-encoding checks.
integration
Enable http3 test with cmake.
|
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2023-09-06 20:03:32 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
nghttp2 nghttp2-tools: updated to 1.56.0
Nghttp2 v1.56.0
third-party
llhttp has been updated.
nghttpx
Rework is done in functions that send ECN bits.
--frontend-quic-congestion-controller=bbr2 has been renamed to \
--frontend-quic-congestion-controller=bbrv2.
nghttpx, h2load
Fix issue that CMSG_DATA does not necessarily return an aligned pointer.
|
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2023-07-13 16:25:59 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
nghttp2, nghttp2-tools: updated to 1.55.0
Nghttp2 v1.55.0
build
The following dependencies have been updated:
ngtcp2
nghttp3
BoringSSL
This release fixes build error without libev.
third-party
llhttp has been updated.
Cross-compiling mruby is now supported.
nghttpx
UDP_GRO is enabled for QUIC socket.
The initial QUIC packet number is now randomized.
h2load
UDP_GRO is enabled for QUIC socket.
|
2023-07-11 08:13:10 by Adam Ciarcinski | Files touched by this commit (5) | |
Log message:
revbump after nghttp3/ngtcp2 update
|
2023-06-09 11:49:29 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
nghttp2 nghttp2-tools: updated to 1.54.0
nghttp2 v1.54.0
nghttpx: Consistent error handling and use of high-level API
h2load: Fix http3 upload stall
h2load: Use std::chrono::steady_clock for quic timestamp
Avoid ev_now
Remove unused macro bswap64
Bump ngtcp2 and nghttp3
Bump libbpf to v1.2.0
Avoid copies
|