]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: htx: Optimize htx_drain() when all data are drained
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 23 May 2019 09:11:52 +0000 (11:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 28 May 2019 05:42:33 +0000 (07:42 +0200)
commit0f6d6a9ab6d988395ab294bfff98168d716761b0
tree5da834a0b61f6fea1c5f26527516f4b4cb0b6ebc
parentee847d45d02d7daa75aaee512fff8aa928972964
MINOR: htx: Optimize htx_drain() when all data are drained

Instead of looping on the HTX message to drain all data, the message is now
reset..
src/htx.c