BUG/MEDIUM: http: remove content-length form responses with bad transfer-encoding
authorWilly Tarreau <w@1wt.eu>
Fri, 1 May 2015 08:25:45 +0000 (10:25 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 1 May 2015 11:56:11 +0000 (13:56 +0200)
commitb4d0c03aee283e286880f93c4a8c053772a430c8
treeb817f0cc639e49f1753788fe5a192a9b641df17c
parent34dfc605717e6e196a2a8553254437fcc4844cbc
BUG/MEDIUM: http: remove content-length form responses with bad transfer-encoding

The spec mandates that content-length must be removed from messages if
Transfer-Encoding is present, not just for valid ones.

This must be backported to 1.5 and 1.4.
src/proto_http.c