Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix SSL_read/write return value checking in ma_tls_async_check_result
SSL_{read,write}'s return values == 0 signify the operation was unsuccessful, but here it's being treated as success. Other calls of these functions already properly checks the return value. Signed-off-by: Josh Hunt <[email protected]>
- Loading branch information