]> 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:13 +0000 (12:16 +0100)
commit8ed3eee3b416d0bff4890bba24af4a7a1839bf78
treee22076bd94f4d991fb5527d635572c48bfc6d3d7
parent7fa51041e4d68838b2c7ddf4f77d6bba0edf2735
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)
test/quic_multistream_test.c