]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: htx: Add a field to set the memory used by headers in the HTX start-line
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 15 May 2019 12:56:47 +0000 (14:56 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 28 May 2019 05:42:12 +0000 (07:42 +0200)
commit05c083ca8d58902972da47aec0ef75771277a2b2
tree0d86a8cd2fc0403cea7070a1e00c01b71ce72793
parent2f6edc84a8a62fd21c817f5e8b0483f30a205284
MINOR: htx: Add a field to set the memory used by headers in the HTX start-line

The field hdrs_bytes has been added in the structure htx_sl. It should be used
to set how many bytes are help by all headers, from the start-line to the
corresponding EOH block. it must be set to -1 if it is unknown.
include/common/htx.h
src/htx.c