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 linxy95
Recipients asvetlov, linxy95, yselivanov
Date 2021-01-16.17:10:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610817009.05.0.00842749014089.issue42941@roundup.psfhosted.org>
In-reply-to
Content
There is an infinite loop in feed_appdata() of sslproto.py.
The OpenSSL documents said when some fatal I/O error occurred, SSL_ERROR_SYSCALL is returned and no further I/O operations should be performed. This error is ignored in the exception handling of feed_appdata(), and the while loop will never be break.
This error should be raised, the same for feed_ssldata().
History
Date User Action Args
2021-01-16 17:10:09linxy95setrecipients: + linxy95, asvetlov, yselivanov
2021-01-16 17:10:09linxy95setmessageid: <1610817009.05.0.00842749014089.issue42941@roundup.psfhosted.org>
2021-01-16 17:10:09linxy95linkissue42941 messages
2021-01-16 17:10:08linxy95create