mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-21 05:41:26 +02:00
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:
parent
97aaa67658
commit
9832a37b16
@ -58,7 +58,6 @@ client c1h2 -connect ${h1_feh2_sock} {
|
||||
txsettings
|
||||
rxsettings
|
||||
txsettings -ack
|
||||
rxwinup
|
||||
rxsettings
|
||||
expect settings.ack == true
|
||||
} -run
|
||||
@ -132,7 +131,6 @@ client c1h2 -connect ${h1_feh2_sock} {
|
||||
# txsettings
|
||||
# rxsettings
|
||||
# txsettings -ack
|
||||
# rxwinup
|
||||
# rxsettings
|
||||
# expect settings.ack == true
|
||||
# } -run
|
||||
@ -206,7 +204,6 @@ client c3h2 -connect ${h1_feh2_sock} {
|
||||
txsettings
|
||||
rxsettings
|
||||
txsettings -ack
|
||||
rxwinup
|
||||
rxsettings
|
||||
expect settings.ack == true
|
||||
} -run
|
||||
|
@ -193,7 +193,6 @@ client c1h2 -connect ${h1_feh2_sock} {
|
||||
txsettings
|
||||
rxsettings
|
||||
txsettings -ack
|
||||
rxwinup
|
||||
rxsettings
|
||||
expect settings.ack == true
|
||||
} -run
|
||||
|
Loading…
x
Reference in New Issue
Block a user