REGTESTS: remove the expected window updates from H2 handshakes

These ones are not needed anymore since commit 97aaa67 ("MINOR: mux-h2:
only increase the connection window with the first update"). The tests
should now be more reliable. It might be worth simply removing all the
explicit handshake though it doesn't hurt and still serves as documentation.
This commit is contained in:
Willy Tarreau 2018-12-23 09:58:41 +01:00
parent 97aaa67658
commit 9832a37b16
2 changed files with 0 additions and 4 deletions

View File

@ -58,7 +58,6 @@ client c1h2 -connect ${h1_feh2_sock} {
txsettings txsettings
rxsettings rxsettings
txsettings -ack txsettings -ack
rxwinup
rxsettings rxsettings
expect settings.ack == true expect settings.ack == true
} -run } -run
@ -132,7 +131,6 @@ client c1h2 -connect ${h1_feh2_sock} {
# txsettings # txsettings
# rxsettings # rxsettings
# txsettings -ack # txsettings -ack
# rxwinup
# rxsettings # rxsettings
# expect settings.ack == true # expect settings.ack == true
# } -run # } -run
@ -206,7 +204,6 @@ client c3h2 -connect ${h1_feh2_sock} {
txsettings txsettings
rxsettings rxsettings
txsettings -ack txsettings -ack
rxwinup
rxsettings rxsettings
expect settings.ack == true expect settings.ack == true
} -run } -run

View File

@ -193,7 +193,6 @@ client c1h2 -connect ${h1_feh2_sock} {
txsettings txsettings
rxsettings rxsettings
txsettings -ack txsettings -ack
rxwinup
rxsettings rxsettings
expect settings.ack == true expect settings.ack == true
} -run } -run