commit | 5e9b24f4b4e31958d97ce445bb993feb7ebc1421 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Apr 22 09:43:47 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Apr 27 22:57:46 2021 +0200 |
tree | 28c8185e10f3060c00563be68ac27bd4e2928765 | |
parent | 8f685c11e0641d478a03422a7e879cdf88333513 [diff] |
BUG/MINOR: htx: Preserve HTX flags when draining data from an HTX message When all data of an HTX message are drained, we rely on htx_reset() to reinit the message state. However, the flags must be preserved. It is, among other things, important to preserve processing or parsing errors. This patch must be backported as far as 2.0.