]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43921: Fix test_ssl.test_pha_required_nocert() (GH-26489)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 2 Jun 2021 23:48:40 +0000 (16:48 -0700)
committerGitHub <noreply@github.com>
Wed, 2 Jun 2021 23:48:40 +0000 (16:48 -0700)
commite5e93e6145090a636e67766a53b758d7ac78e3ad
tree24a6c47b566f742e192a3c43984af22b509e4e65
parent6563ea5c60be2e4896df52eff777aa93743f1551
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).
(cherry picked from commit 320eaa7f42b413cd5e5436ec92d4dc5ba150395f)

Co-authored-by: Victor Stinner <vstinner@python.org>
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]