]> git.ipfire.org Git - thirdparty/tornado.git/commit
Allow gzip to be used with WSGIApplication.
authorBen Darnell <ben@bendarnell.com>
Sun, 16 Mar 2014 03:42:16 +0000 (23:42 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 16 Mar 2014 03:42:16 +0000 (23:42 -0400)
commit4f734ddcb01f23b9b35b33299c06b523e86ab967
tree0677b4b170b56ffd597a2a4b33330fadddd707bb
parentca7f4d0724fded8317f2e950e1852203e4cb80dd
Allow gzip to be used with WSGIApplication.

Now that transfer encodings have been moved to http1connection,
the content-level output transforms can be used with wsgi.
tornado/test/web_test.py
tornado/wsgi.py