]> git.ipfire.org Git - thirdparty/tornado.git/commit
iostream: Add errno 0 to the list of silent errors in TLS handshakes 2518/head
authorBen Darnell <ben@bendarnell.com>
Sat, 20 Oct 2018 00:07:42 +0000 (20:07 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 20 Oct 2018 00:58:44 +0000 (20:58 -0400)
commite63980fb6b41ac5f8fda278331229fbcffd7f46d
tree1f20803f55e5acea7f6218a82fa7f9e6ac979126
parent8355c263b6d04cb92ed7c59c01358527621041ee
iostream: Add errno 0 to the list of silent errors in TLS handshakes

This error is possible for some connections that don't follow through
with the TLS handshake.

Fixes #2504
tornado/iostream.py