What’s new in Tornado 6.0.2¶
Mar 23, 2019¶
Bug fixes¶
WebSocketHandler.set_nodelayworks again.Accessing
HTTPResponse.bodynow returns an empty byte string instead of raisingValueErrorfor error responses that don’t have a body (it returned None in this case in Tornado 5).