]> git.ipfire.org Git - thirdparty/tornado.git/commit
httputil: Downgrade a noisy log line 2580/head
authorBen Darnell <ben@bendarnell.com>
Sat, 2 Feb 2019 17:41:03 +0000 (12:41 -0500)
committerBen Darnell <ben@bendarnell.com>
Sat, 2 Feb 2019 17:55:20 +0000 (12:55 -0500)
commit48efd1cbdd72001cdd47c77497f59a02cc5e6dbe
tree8d0e18f268c5a323d7ca993cb72e01d3e614cf1a
parent975e9168560cc03f6210d0d3aab10c870bd47080
httputil: Downgrade a noisy log line

Only complain about unsupported content encodings if it's a
content-type we'd otherwise try to parse.

Fixes #2578
tornado/httputil.py