]> git.ipfire.org Git - thirdparty/tornado.git/commit
SSLIOStream: Handle CertificateErrors like other errors 2690/head
authorMartijn van Oosterhout <oosterhout@fox-it.com>
Tue, 25 Jun 2019 16:25:33 +0000 (18:25 +0200)
committerMartijn van Oosterhout <oosterhout@fox-it.com>
Tue, 25 Jun 2019 16:28:56 +0000 (18:28 +0200)
commitb746799b801de6101ec9fa28ed168cf5a48ba728
treeadc11b6a46ca90575186269ec6247d9a77c9bf3f
parentc92b883f806d99b35af52464980722c9c9a36a13
SSLIOStream: Handle CertificateErrors like other errors

Fixes: tornadoweb/tornado#2689
tornado/iostream.py