What’s new in Tornado 4.5.2¶
Aug 27, 2017¶
Bug Fixes¶
Tornado now sets the
FD_CLOEXECflag on all file descriptors it creates. This prevents hanging client connections and resource leaks when thetornado.autoreloadmodule (orApplication(debug=True)) is used.