commit | 73373ab43a4599e8bcb209687e9ec1c7be37779a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Sep 14 17:11:33 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Sep 14 19:04:28 2018 +0200 |
tree | 9848f515cebeae28a4c154598b01f52125f0d10a | |
parent | 2557f6a3e24ade33f4a367d3ffc8762f4b9305db [diff] |
MEDIUM: h1: deduplicate the content-length header Just like we used to do in proto_http, we now check that each and every occurrence of the content-length header field and each of its values are exactly identical, and we normalize the header to return the last value of the first header with spaces trimmed.