]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: htx: Add the function htx_move_blk_before()
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 11 Jun 2019 08:41:19 +0000 (10:41 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 11 Jun 2019 12:05:25 +0000 (14:05 +0200)
commit86fcf6d6cde12919a75cecd73305601d9a1626f2
treea53fef041074d915594caf3aca694704f3ccd793
parentd7884d34492c626aad4ce112b51db4c0d2ec36c0
MINOR: htx: Add the function htx_move_blk_before()

The function htx_add_data_before() was removed because it was buggy. The
function htx_move_blk_before() may be used if necessary to do something
equivalent, except it just moves blocks. It doesn't handle the adding.
include/common/htx.h
src/htx.c