]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix quic_multistream_test: correct more frame types
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Tue, 25 Mar 2025 15:57:32 +0000 (16:57 +0100)
committerTomas Mraz <tomas@openssl.org>
Thu, 27 Mar 2025 11:16:36 +0000 (12:16 +0100)
commit226b702aff53fcd8873a7236e936ffe8fcec6794
tree590fd3d5e262976806ce7e523e8015918f6f1127
parentac7c93bf6394533981fb730bfb2c6ba048d3261e
Fix quic_multistream_test: correct more frame types

There are a few more critical frame injections that
previously created an out-of-diskspace problem
and now only a CI test failure.  The pattern
in the qlog files is always similar to this:

{"frame_type":"stop_sending","stream_id":6,"error_code":1152,"length":4},
{"frame_type":"path_challenge","length":9},...{}

Note: The stream_id 6 is a OSSL_QUIC_FRAME_TYPE_CRYPTO.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27170)

(cherry picked from commit 8ed3eee3b416d0bff4890bba24af4a7a1839bf78)
test/quic_multistream_test.c