commit | 25da9e34f15f59288ae1b432ef676051d0972ac3 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Oct 08 15:50:15 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 12 16:15:18 2018 +0200 |
tree | 6a7d0e8cc231e0349c70b8727824ccbcfbec0bd4 | |
parent | 1dc2b49556535655c0d6ec6bcf0b0909a57b14ba [diff] |
MINOR: h1: Add the flag H1_MF_NO_PHDR to not add pseudo-headers during parsing Some pseudo-headers are added during the headers parsing, mainly for the mux H2. With this flag, it is possible to not add them. This avoid some boring filtering in the mux H1.