commit | beefaee4f53ccbe7610e81cf81c97042d7272a4d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Dec 19 13:08:08 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 19 13:08:08 2018 +0100 |
tree | 9c1bb48e7f4836f886d4ddd62bf1621633b2792c | |
parent | 78f5ff86da1f60c71f3bd2ddc4eaed838aa76ed5 [diff] |
MEDIUM: h2: properly check and deduplicate the content-length header in HTX When producing an HTX message, we can't rely on the next-level H1 parser to check and deduplicate the content-length header, so we have to do it while parsing a message. The algorithm is the exact same as used for H1 messages.