commit | d6e312317631b4bed4c4e88b932a3c95616ffbb3 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu May 21 10:10:41 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon May 25 07:32:03 2020 +0200 |
tree | b78c60a604022f6ab409a7e69f0fdf3103f3a149 | |
parent | 63d4824f646e51a4a13a960f9fd9db5a35dcad16 [diff] |
BUG/MINOR: http-htx: Fix a leak on error path during http reply parsing When "hdr" arguments of an http reply are parsed, the allocated header may leak on error path. Adding it to the header list earlier fixes the issue. This patch should partly fix the issue #645. No backport needed.