]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
QUIC: Fix multistream test 19
authorHugo Landau <hlandau@openssl.org>
Wed, 28 Jun 2023 20:03:47 +0000 (21:03 +0100)
committerPauli <pauli@openssl.org>
Tue, 4 Jul 2023 23:03:04 +0000 (09:03 +1000)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20061)

test/quic_multistream_test.c

index f2ee08d3f3ae36ea0865dd117beb55872a980bfe..128d169f7620c40593cb085a067d0a03607f2515 100644 (file)
@@ -1973,7 +1973,9 @@ static const struct script_op script_19[] = {
 
     OP_C_WRITE              (DEFAULT, "orange", 6)
     OP_S_READ_EXPECT        (a, "orange", 6)
+    OP_S_WRITE              (a, "ok", 2)
 
+    OP_C_READ_EXPECT        (DEFAULT, "ok", 2)
     OP_CHECK                (check_key_update_ge, 1)
 
     OP_END