]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: htx: Set the right start-line offset after a defrag
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 6 Dec 2018 13:31:12 +0000 (14:31 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 6 Dec 2018 14:01:40 +0000 (15:01 +0100)
commit174bfb163cd43a55e08036080d20b471d3dc5261
tree3d84fc8e3afe43d2763dd269eb7dfbd793ae438f
parent27f3fa56f5c1fc99c87d4419b5109f2a40055953
BUG/MEDIUM: htx: Set the right start-line offset after a defrag

The offset was always wrong after an HTX defragmentation because the wrong
address was used and because the update could occcur several time on the same
defragmentation.
src/htx.c