diff --git a/reg-tests/http-rules/h00001.vtc b/reg-tests/http-rules/h00001.vtc index ca86f1b90..2056ea732 100644 --- a/reg-tests/http-rules/h00001.vtc +++ b/reg-tests/http-rules/h00001.vtc @@ -187,6 +187,15 @@ client c1h1 -connect ${h1_feh1_sock} { } -run client c1h2 -connect ${h1_feh2_sock} { + txpri + stream 0 { + txsettings + rxsettings + txsettings -ack + rxwinup + rxsettings + expect settings.ack == true + } -run stream 1 { # warning: -req, -scheme, -url MUST be placed first otherwise # the H2 protocol is invalid since they are pseudo-headers diff --git a/reg-tests/http-rules/h00002.vtc b/reg-tests/http-rules/h00002.vtc index b1a6b7b13..1f3c29d97 100644 --- a/reg-tests/http-rules/h00002.vtc +++ b/reg-tests/http-rules/h00002.vtc @@ -188,6 +188,15 @@ client c1h1 -connect ${h1_feh1_sock} { } -run client c1h2 -connect ${h1_feh2_sock} { + txpri + stream 0 { + txsettings + rxsettings + txsettings -ack + rxwinup + rxsettings + expect settings.ack == true + } -run stream 1 { # warning: -req, -scheme, -url MUST be placed first otherwise # the H2 protocol is invalid since they are pseudo-headers