]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: lua/htx: Don't forget to call htx_to_buf() when appropriate
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 27 Feb 2019 20:36:59 +0000 (21:36 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 15 Mar 2019 13:34:36 +0000 (14:34 +0100)
commit0ae79d0b0e41da73c0eab08bfc26d6d55ecee103
tree1689ca7ac74603f6efbe1a64134e7d83d73dd647
parentf6cce3f0ef9b416e6bdab7741812aa44accf9d3e
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.
src/hlua.c