]> git.ipfire.org Git - thirdparty/tornado.git/tag
v3.1.1
object f36652d47fc42205c085ed65e740f4b155d4e5e4
authorBen Darnell <ben@bendarnell.com>
Sun, 1 Sep 2013 18:32:15 +0000 (14:32 -0400)
What's new in Tornado 3.1.1
===========================

Sep 1, 2013
-----------

* `.StaticFileHandler` no longer fails if the client requests a ``Range`` that
  is larger than the entire file (Facebook has a crawler that does this).
* `.RequestHandler.on_connection_close` now works correctly on subsequent
  requests of a keep-alive connection.