What’s new in Tornado 5.1.1¶
Sep 16, 2018¶
Bug fixes¶
- Fixed an case in which the
Futurereturned byRequestHandler.finishcould fail to resolve. - The
TwitterMixin.authenticate_redirectmethod works again. - Improved error handling in the
tornado.authmodule, fixing hanging requests when a network or other error occurs.