]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43921: Fix test_ssl.test_pha_required_nocert() (GH-26489)
authorVictor Stinner <vstinner@python.org>
Wed, 2 Jun 2021 20:25:26 +0000 (22:25 +0200)
committerGitHub <noreply@github.com>
Wed, 2 Jun 2021 20:25:26 +0000 (22:25 +0200)
commit320eaa7f42b413cd5e5436ec92d4dc5ba150395f
treef79d52f3dc0c4db54438ee4d579a8e05e864f715
parent8916633b768e08af6375c7be9ea6c8ba9b3962b0
bpo-43921: Fix test_ssl.test_pha_required_nocert() (GH-26489)

Fix test_pha_required_nocert() of test_ssl: catch two more EOF cases
(when the recv() method returns an empty string).
Lib/test/test_ssl.py
Misc/NEWS.d/next/Tests/2021-06-02-17-41-42.bpo-43921.xP7yZ4.rst [new file with mode: 0644]