bpo-43921: Fix test_ssl.test_pha_required_nocert() by vstinner · Pull Request #26489 · python/cpython

@vstinner

Fix test_pha_required_nocert() of test_ssl: catch two more EOF cases
(when the recv() method returns an empty string).

pablogsal

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jun 2, 2021
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 320eaa7)

Co-authored-by: Victor Stinner <vstinner@python.org>

miss-islington added a commit that referenced this pull request

Jun 2, 2021
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 320eaa7)

Co-authored-by: Victor Stinner <vstinner@python.org>