]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: htx: Always do a defrag if a block value is replace by a bigger one
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 10 Dec 2018 14:39:40 +0000 (15:39 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 10 Dec 2018 19:51:41 +0000 (20:51 +0100)
commite97f3baa666b2b139a83c9f84b2e50e7c1f15a6a
tree254ccf5544a2876e34da8def2414db3ac54a7744
parentf6ce9d61f98f9c59d18711295836cf17b506a344
BUG/MEDIUM: htx: Always do a defrag if a block value is replace by a bigger one

Otherwise, after such replaces, the HTX message appears to wrap but the head
block address is not necessarily the first one. So adding new blocks will
override data of old ones.
src/htx.c