]> git.ipfire.org Git - thirdparty/squid.git/commit
Restored support for non-lowercase Transfer-Encoding values (#723)
authorAlex Rousskov <rousskov@measurement-factory.com>
Tue, 15 Sep 2020 04:07:43 +0000 (04:07 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Tue, 15 Sep 2020 04:21:46 +0000 (04:21 +0000)
commit86badeb5bdbb8bd8683311a50cfaedf415244b99
tree094e02e37b3bfe680e3c710807b1c1d4fa40e651
parent760e650fb34705c98569539f16383f182e8c9176
Restored support for non-lowercase Transfer-Encoding values (#723)

... after "Improve Transfer-Encoding handling" commit f6dd87e.

Folks are reporting Chunked Transfer-Encoding values in real
traffic. HTTP requires case-insensitve treatment of codings.
src/HttpHeader.cc