commit | c31bc724d4e6793c8a543d03e3b4f968d6fcba29 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Nov 20 14:30:38 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Dec 04 14:41:49 2020 +0100 |
tree | f0273c430fa3584993f64be097e6ce31b275c119 | |
parent | 2a408542445f23a6afc4eb8953ab2dac1e6a2134 [diff] |
MINOR: h1-htx/http-ana: Set BODYLESS flag on message in TUNNEL state When a H1 message is parsed, if the parser state is switched to TUNNEL mode just after the header parsing, the BODYLESS flag is set on the HTX start-line. By transitivity, the corresponding flag is set on the message in HTTP analysers. Thus it is possible to rely on it to not wait for the request body.