]> granicus.if.org Git - python/commit
Issue #19509: Don't close the socket in do_handshake() when hostname verification...
authorChristian Heimes <christian@cheimes.de>
Wed, 4 Dec 2013 19:46:20 +0000 (20:46 +0100)
committerChristian Heimes <christian@cheimes.de>
Wed, 4 Dec 2013 19:46:20 +0000 (20:46 +0100)
commit1da3ba8697b3b72f6a1c2d22f7920977d59d661d
treee153953553e45a49830079e1488f959b38c74bbc
parent31d83228c2c58d7882a742c1c297893c2508b925
Issue #19509: Don't close the socket in do_handshake() when hostname verification fails.
Lib/ssl.py