]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add support for gzipped request bodies to HTTPServer.
authorBen Darnell <ben@bendarnell.com>
Mon, 3 Mar 2014 03:42:11 +0000 (22:42 -0500)
committerBen Darnell <ben@bendarnell.com>
Mon, 3 Mar 2014 03:42:11 +0000 (22:42 -0500)
commit16b9bc34df98d4489d3bc7078878e4b0a70a2d48
tree843686d4efe8b5020d42263efa6c07f2ad6ca00d
parenta47e500d3e74034127ffc23b2d203bb3281d1891
Add support for gzipped request bodies to HTTPServer.
tornado/http1connection.py
tornado/httpserver.py
tornado/httputil.py
tornado/test/httpserver_test.py
tornado/test/web_test.py
tornado/wsgi.py