commit | 27cd2233a3ba47c012430effbff5470b1545d444 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jan 03 21:52:42 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jan 03 22:25:52 2019 +0100 |
tree | cac537765fc797d904dc69a3df9f53cf928f14a5 | |
parent | 5255f283f62e94b79f2762c642897047c12729e2 [diff] |
MINOR: mux-h1: parse the content-length header on output and set H1_MF_CLEN The H1_MF_CLEN flag is needed to figure whether a content-length header is present or not when producing a request, so let's check it on output just like we already check the transfer-encoding header.