]> git.ipfire.org Git - thirdparty/curl.git/commit
ngtcp2: overwrite rate-limits defaults
authorStefan Eissing <stefan@eissing.org>
Wed, 29 Oct 2025 08:48:50 +0000 (09:48 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 29 Oct 2025 12:34:27 +0000 (13:34 +0100)
commit446dae5bfe3277d9458321f6888d7e214f832a21
tree08b642b5d61096a2b2ffa0b33b07152c0cc57843
parenta97f9d41cc01c733cec085008d644397ee6edd74
ngtcp2: overwrite rate-limits defaults

In pytests test_08 with the Caddy server, the new rate-limiting in
ngtcp2 did close the connection because it found "too many" stream data
packet repeats.

It is unclear if this is some Caddy issue or if the ngtcp2 implementaton
is wrong. Or if curl can do anything here.

Reported as https://github.com/ngtcp2/ngtcp2/issues/1850

This PR overwrites the ratelimit defaults in ngtcp2 with ten times
increased values. This makes the errors disappear on macOS.

Enable test_08_04/05 in CI again to see if there are any issues
to be found there. (We had those disabled before having parallel
pytests.)

Closes #19274
lib/vquic/curl_ngtcp2.c
tests/http/test_08_caddy.py