commit | 495bd035662fda29639f9d52bb6baebea31d72fa | [log] [tgz] |
---|---|---|
author | Dima Tisnek <dimaqq@gmail.com> | Sun Aug 16 02:01:19 2020 +0900 |
committer | GitHub <noreply@github.com> | Sat Aug 15 10:01:19 2020 -0700 |
tree | 54e403651513c3ac77a15e83ae73d2c369194951 | |
parent | 40e700ad042089120456cc2ee79b8ca69479416b [diff] |
bpo-31122: ssl.wrap_socket() now raises ssl.SSLEOFError rather than OSError when peer closes connection during TLS negotiation (GH-18772) [bpo-31122](): ssl.wrap_socket() now raises ssl.SSLEOFError rather than OSError when peer closes connection during TLS negotiation Reproducer: http://tiny.cc/f4ztnz (tiny url because some bot keeps renaming b.p.o.-nnn as bpo links)