commit | 320eaa7f42b413cd5e5436ec92d4dc5ba150395f | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Wed Jun 02 22:25:26 2021 +0200 |
committer | GitHub <noreply@github.com> | Wed Jun 02 22:25:26 2021 +0200 |
tree | f79d52f3dc0c4db54438ee4d579a8e05e864f715 | |
parent | 8916633b768e08af6375c7be9ea6c8ba9b3962b0 [diff] |
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).