]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: htx: Inline htx functions to add HTX blocks in a message
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 26 Apr 2021 08:18:16 +0000 (10:18 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 26 Apr 2021 08:24:57 +0000 (10:24 +0200)
commitdf3db630e490fa54fc71f87f902ad3a649812f8a
tree604d583da6d307bce58840e3528e9abef50057d7
parentfb38c910f8f2bdf1b32ec74824d8f8a8f9a29a8f
REORG: htx: Inline htx functions to add HTX blocks in a message

The HTX functions used to add new HTX blocks in a message have been moved to
the header file to inline them in calling functions. These functions are
small enough.
include/haproxy/htx.h
src/htx.c