From: Willy Tarreau Date: Sun, 23 Dec 2018 08:58:41 +0000 (+0100) Subject: REGTESTS: remove the expected window updates from H2 handshakes X-Git-Tag: v2.0-dev1~332 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9832a37b169e068ad620c1ae36ae2bf4707e068f;p=thirdparty%2Fhaproxy.git 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. --- diff --git a/reg-tests/http-messaging/h00002.vtc b/reg-tests/http-messaging/h00002.vtc index 27d25402e8..d2d0b9dc98 100644 --- a/reg-tests/http-messaging/h00002.vtc +++ b/reg-tests/http-messaging/h00002.vtc @@ -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 diff --git a/reg-tests/http-rules/h00001.vtc b/reg-tests/http-rules/h00001.vtc index ebe8b576ec..0ed0984d8b 100644 --- a/reg-tests/http-rules/h00001.vtc +++ b/reg-tests/http-rules/h00001.vtc @@ -193,7 +193,6 @@ client c1h2 -connect ${h1_feh2_sock} { txsettings rxsettings txsettings -ack - rxwinup rxsettings expect settings.ack == true } -run