]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix case-sensitivity for Content-Encoding: gzip. as per rfc7231 the Content-Encoding... 3041/head
authorSamvanLeipsig <s.am@live.nl>
Thu, 1 Jul 2021 11:20:24 +0000 (13:20 +0200)
committerSamvanLeipsig <s.am@live.nl>
Thu, 1 Jul 2021 11:20:24 +0000 (13:20 +0200)
commite26fd0cd17d197c6bc46d0d390f481563442fb3b
treeb44542b5597a4593bba9df234697e3ae3c5e2b73
parenta9fbbeeec9abfe9ff54365160ce476ba853ba203
Fix case-sensitivity for Content-Encoding: gzip. as per rfc7231 the Content-Encoding values are case-insensitive https://datatracker.ietf.org/doc/html/rfc7231#section-3.1.2.1
tornado/http1connection.py
tornado/test/httpserver_test.py