extmod/modussl: SSL_OK from ssl_read() means "no user data so far".
SSL_OK is numeric 0, and it's *not* an EOF. So, should keep reading.
Please register or sign in to comment
SSL_OK is numeric 0, and it's *not* an EOF. So, should keep reading.