commit | 1dc2b49556535655c0d6ec6bcf0b0909a57b14ba | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Oct 08 15:34:02 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 12 16:14:57 2018 +0200 |
tree | 4ec004d2dfefa4af5afcd5b599472f81b6fc0f67 | |
parent | 08088e77c6d5d0a406db1099402b82392fcf182c [diff] |
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.