commit | 0ae79d0b0e41da73c0eab08bfc26d6d55ecee103 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Feb 27 21:36:59 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Mar 15 14:34:36 2019 +0100 |
tree | 1689ca7ac74603f6efbe1a64134e7d83d73dd647 | |
parent | f6cce3f0ef9b416e6bdab7741812aa44accf9d3e [diff] |
BUG/MINOR: lua/htx: Don't forget to call htx_to_buf() when appropriate When htx_from_buf() is used to get an HTX message from a buffer, htx_to_buf() must always be called when finish. Some calls to htx_to_buf() were missing. This patch must be backported to 1.9.