commit | 211d540a812f01647464ab9376c339baf056ab29 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Dec 13 17:29:20 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Dec 13 17:29:20 2018 +0100 |
tree | 03a25afd7e65680db3816e7dd336437010d68769 | |
parent | f1b60f78e0d51bc2ae2da61d1926e39056fa6a8f [diff] |
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.