This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients christian.heimes, pablogsal, steve.dower, vstinner
Date 2021-06-02.15:45:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622648736.93.0.874608134456.issue43921@roundup.psfhosted.org>
In-reply-to
Content
> FAIL: test_pha_required_nocert (test.test_ssl.TestPostHandshakeAuth)

When this bug occurs, s.recv(1024) returns an empty byte string (b'').

I wrote PR 26489 to handle this case.
History
Date User Action Args
2021-06-02 15:45:36vstinnersetrecipients: + vstinner, christian.heimes, steve.dower, pablogsal
2021-06-02 15:45:36vstinnersetmessageid: <1622648736.93.0.874608134456.issue43921@roundup.psfhosted.org>
2021-06-02 15:45:36vstinnerlinkissue43921 messages
2021-06-02 15:45:36vstinnercreate