Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
ALL
-
Security 2021-02-22
-
50
Description
When SSLRead is called in the synchronous code, it may return errSSLWouldBlock which is incorrectly treated as an error today. The code needs to treat errSSLWouldBlock as an acceptable status code and simply ignore it.