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 AkshayTakkar
Recipients AkshayTakkar, asvetlov, christian.heimes, yselivanov
Date 2019-06-25.19:36:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561491381.97.0.0488150062245.issue37404@roundup.psfhosted.org>
In-reply-to
Content
I'm working on a server that uses sock_recv from asyncio.
await sock_recv(socket, n) never returns if socket is wrapped in ssl using the wrap_socket function from the ssl module.
I think the problem stated in this stackoverflow question could be the reason: https://stackoverflow.com/questions/40346619/behavior-of-pythons-select-with-partial-recv-on-ssl-socket
History
Date User Action Args
2019-06-25 19:36:21AkshayTakkarsetrecipients: + AkshayTakkar, christian.heimes, asvetlov, yselivanov
2019-06-25 19:36:21AkshayTakkarsetmessageid: <1561491381.97.0.0488150062245.issue37404@roundup.psfhosted.org>
2019-06-25 19:36:21AkshayTakkarlinkissue37404 messages
2019-06-25 19:36:21AkshayTakkarcreate