commit | 7b8d203876f210892ea476016b8d20748ef1a8a9 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Dec 13 19:35:29 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Dec 14 06:51:15 2018 +0100 |
tree | 0f50af265876719c778ddd6de456a7c5d036f849 | |
parent | 3ec7bfbc7e5db2ee7d79ad7b14ac3d3a7687bb26 [diff] |
REGTEST: add a few HTTP messaging tests These tests send GET/HEAD/POST requests in H1 and H2, with and without HTX, with and without a body, and verify that the behaviour is the expected one. For now HEAD requests have been commented out because in H1 they are not really testable as varnishtest expects to read a body, and in H2 the behaviour depends on HTX/legacy, indicating a bug in haproxy (it looks like we can deliver some data in response to HEAD in legacy mode).