]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REGTESTS: adjust the http-rules regtest to support window updates
authorWilly Tarreau <w@1wt.eu>
Thu, 13 Dec 2018 16:29:20 +0000 (17:29 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 13 Dec 2018 16:29:20 +0000 (17:29 +0100)
commit211d540a812f01647464ab9376c339baf056ab29
tree03a25afd7e65680db3816e7dd336437010d68769
parentf1b60f78e0d51bc2ae2da61d1926e39056fa6a8f
REGTESTS: adjust the http-rules regtest to support window updates

Varnishtest is not happy to see the window update come before the
settings ACK, as by default it expects exactly tx/rx/txack/rxack.
One workaround could consist in making haproxy send the WU after
the settings ACK but this would be a real hack as the preface is
already finished when sending this ack. Instead, let's make the
initial sequence explicit in the tests.
reg-tests/http-rules/h00001.vtc
reg-tests/http-rules/h00002.vtc