commit | 05c083ca8d58902972da47aec0ef75771277a2b2 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed May 15 14:56:47 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 28 07:42:12 2019 +0200 |
tree | 0d86a8cd2fc0403cea7070a1e00c01b71ce72793 | |
parent | 2f6edc84a8a62fd21c817f5e8b0483f30a205284 [diff] |
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.