Re: [PATCH v3] Add socket send/receive timeout options

2022-12-02 Thread Kevin J. McCarthy
On Thu, Dec 01, 2022 at 04:54:21PM -0800, Matthew Sotoudeh via Mutt-dev wrote: On an unreliable connection (e.g., laptop put to sleep and changing wifi networks) I've had mutt fairly regularly become stuck in SSL_read and have to be killed. Per some of the comments on https://stackoverflow.com/q

[PATCH v3] Add socket send/receive timeout options

2022-12-01 Thread Matthew Sotoudeh via Mutt-dev
On an unreliable connection (e.g., laptop put to sleep and changing wifi networks) I've had mutt fairly regularly become stuck in SSL_read and have to be killed. Per some of the comments on https://stackoverflow.com/questions/46517875/ssl-read-blocks-indefinitely adding a timeout to the socket sho