]> git.ipfire.org Git - thirdparty/tornado.git/commit
Factor out gzip decompressor from SimpleAsyncHTTPClient into util.GzipDecompressor 529/head
authorAlek Storm <alek.storm@gmail.com>
Thu, 7 Jun 2012 20:43:57 +0000 (16:43 -0400)
committerAlek Storm <alek.storm@gmail.com>
Thu, 7 Jun 2012 20:43:57 +0000 (16:43 -0400)
commitfc0064052e9027769445a1cd7c70d93b0e7855c1
treecfc04321b78f9e81a98e6f54a7e0ae46fbec6c1e
parent0b432be307ae520a2b72845e34446d74da1ccde6
Factor out gzip decompressor from SimpleAsyncHTTPClient into util.GzipDecompressor
tornado/simple_httpclient.py
tornado/util.py