Welcome Ondřej Koláček as #curl committer 1168: github.com/curl/curl/pull/1142…
Secure transport: fix busy loop on EOF read by Natris · Pull Request #11427 · curl/curl
if EOF happens, socket is readable, SSLHandshake calls bio_cf_in_read; which interprets nread == 0 as errSSLWouldBlock, which leads to busy loop until timeout occurs or possibly write fails. I have...GitHub