Message293438
@Our SSL experts: any idea why sock.close() fails with "ConnectionResetError: [Errno 54] Connection reset by peer" in imaplib? Is that a new error? Should imaplib catch ConnectionResetError on sock.close()?
By the way, see also bpo-30329: I proposed a patch to catch the Windows socket error 10022 on shutdown() for poplib and imaplib SSL connections. No idea why this error only occurs on SSL connections. |
|
Date |
User |
Action |
Args |
2017-05-10 17:00:27 | vstinner | set | recipients:
+ vstinner, janssen, christian.heimes, alex, dstufft |
2017-05-10 17:00:27 | vstinner | set | messageid: <1494435627.47.0.834629351101.issue30319@psf.upfronthosting.co.za> |
2017-05-10 17:00:27 | vstinner | link | issue30319 messages |
2017-05-10 17:00:27 | vstinner | create | |
|