]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: htx: Remove a forgotten while loop in htx_defrag()
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 20 May 2019 07:32:25 +0000 (09:32 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 24 May 2019 07:11:10 +0000 (09:11 +0200)
commitb8fd4c031c4e2f9177d139e3dad46a1b157e6dda
tree1cd17a02a8c8c35da060f9b611c723ccdabe20fd
parentf90c24d14c6ea541717d92d140f2b4c3f3795117
BUG/MINOR: htx: Remove a forgotten while loop in htx_defrag()

Fortunately, this loop does nothing. Otherwise it would have led to an infinite
loop. It was probably forgotten during a refactoring, in the early stage of the
HTX.

This patch must be backported to 1.9.
src/htx.c