commit | c7c20a7692130c42796b1a63e9d72c3e933fe737 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Sep 23 15:38:26 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Sep 24 08:43:34 2021 +0200 |
tree | d956f1086f82a9850ca4c58f508f9b3728b0b1fc | |
parent | 8031464835df8166666f315515604fe6bc3c5598 [diff] |
BUG/MINOR: h1-htx: Fix a typo when request parser is reset In h1_postparse_req_hdrs(), if we need more space to copy headers, the request parser is reset. However, because of a typo, it was reset as a response parser instead of a request one. h1m_init_req() must be called. This patch must be backported as far as 2.2. (cherry picked from commit 216d3352b1aac1bff19383b6a6e5476e11e613e9) Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>