commit | f7b941c895743a333d6f68c2740f836799292e4e | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 01 11:26:25 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 01 15:43:40 2019 +0200 |
tree | 83a835abbf22dd4b8ae90ac870714edbab24486d | |
parent | 39581bb2dec1c5374e332c16c98033b3372fefa4 [diff] |
REGTEST: http-messaging/h00000: Fix the test when the HTX is enabled The way unexpected bodies are handled for responses to HEAD requests differs from the legacy HTTP to the HTX. While it is dropped wih the legacy HTTP, in HTX, it is parsed as the response to the next request. So, in HTX, a 502 error is returned to the client and the connexion is closed. This test has been modified to pass in both mode.