]> git.ipfire.org Git - thirdparty/curl.git/commit
ngtcp2: fix handling of blocked stream data
authorStefan Eissing <stefan@eissing.org>
Tue, 7 Oct 2025 09:30:46 +0000 (11:30 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 7 Oct 2025 15:24:01 +0000 (17:24 +0200)
commit88a1ab511ce0883c0c0429a74af754036cff5df8
tree051351d0d13e18ca9e3edd702d0f58a84767c6df
parent0d573969de269cb58d85c73ad12d63cccf7b33dd
ngtcp2: fix handling of blocked stream data

The stream blocking might not be the one of the current easy handle.
Look up the stream to be marked as blocking via its stream_id in the
internal hash. Theoretically, this does not have to be one of the h3
streams, so not finding it is not an error.

Fixes #18905
Reported-by: Joshua Rogers
Closes #18906
lib/vquic/curl_ngtcp2.c