]> git.ipfire.org Git - thirdparty/tornado.git/tag
v6.0.2
object 442a8124a4373f7140bbdd8f9db9ce4346290f9d
authorBen Darnell <ben@bendarnell.com>
Sat, 23 Mar 2019 16:37:57 +0000 (12:37 -0400)
What's new in Tornado 6.0.2

Mar 23, 2019
------------

Bug fixes
~~~~~~~~~

- `.WebSocketHandler.set_nodelay` works again.
- Accessing ``HTTPResponse.body`` now returns an empty byte string
  instead of raising ``ValueError`` for error responses that don't
  have a body (it returned None in this case in Tornado 5).