Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more logging for SSL_ERROR_SYSCALL errors in bssl_shim.cc (#2079)
### Issues: Addresses V1370176317 ### Description of changes: Attempt to get more information about SSL test failures. In the event of [SSL_ERROR_SYSCALL](https://github.com/aws/aws-lc/blob/main/include/openssl/ssl.h#L578-L583) errno might have more information about the issue. ### Testing: I can't reproduce the failures locally, but hopefully this prints more information that might help. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.
- Loading branch information