]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: h1: Change the union h1_sl to use indirect strings to store infos
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 8 Oct 2018 13:34:02 +0000 (15:34 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 12 Oct 2018 14:14:57 +0000 (16:14 +0200)
commit1dc2b49556535655c0d6ec6bcf0b0909a57b14ba
tree4ec004d2dfefa4af5afcd5b599472f81b6fc0f67
parent08088e77c6d5d0a406db1099402b82392fcf182c
MINOR: h1: Change the union h1_sl to use indirect strings to store infos

Instead of using offsets relating to the parsed buffer to store start line
infos, we now use indirect strings. So now, these infos remain valid only if the
origin buffer remains untouched. But it's not a real problem because this union
is used during the parsing and never stored to a later use.
include/types/h1.h
src/h1.c