diff options
author | Yury Selivanov <yury@magic.io> | 2016-12-16 16:50:41 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2016-12-16 16:50:41 (GMT) |
commit | b1461aa78139cd849b507049a77ad2635b78f8a3 (patch) | |
tree | 3df2ab9296d73e0e225f663c381cc29ae188a04b /Misc | |
parent | 610f5d739dd22bce352bde59dce3985c73aaefab (diff) | |
download | cpython-b1461aa78139cd849b507049a77ad2635b78f8a3.zip cpython-b1461aa78139cd849b507049a77ad2635b78f8a3.tar.gz cpython-b1461aa78139cd849b507049a77ad2635b78f8a3.tar.bz2 |
Issue #28990: Fix SSL hanging if connection is closed before handshake completed.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -485,6 +485,10 @@ Library - Issue #24142: Reading a corrupt config file left the parser in an invalid state. Original patch by Florian Höch. +- Issue #28990: Fix SSL hanging if connection is closed before handshake + completed. + (Patch by HoHo-Ho) + IDLE ---- |