]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
REGTESTS: remove the expected window updates from H2 handshakes
authorWilly Tarreau <w@1wt.eu>
Sun, 23 Dec 2018 08:58:41 +0000 (09:58 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 23 Dec 2018 08:58:41 +0000 (09:58 +0100)
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.

reg-tests/http-messaging/h00002.vtc
reg-tests/http-rules/h00001.vtc

index 27d25402e83d132e5a9f3128999d3b92b08505b6..d2d0b9dc98fe68aa66df262588ee1d55c2fec735 100644 (file)
@@ -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
index ebe8b576ecc0dc50154b0c2ebb11c1a7bd6e54da..0ed0984d8b37c8d095ed9c1f0d5b7f8f86163a5c 100644 (file)
@@ -193,7 +193,6 @@ client c1h2 -connect ${h1_feh2_sock} {
                txsettings
                rxsettings
                txsettings -ack
-               rxwinup
                rxsettings
                expect settings.ack == true
        } -run