-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Actual case not reproduced, but it was confirmed that doing an extra SSL_read() on a socket that had already returned EOF made it get stuck in a loop. This refactor makes the code more in line with the documentation for OpenSSL 3, instead of OpenSSL 1, meaning we don't communicate the SSL_read() error upwards, but stick to our own convention.
- Loading branch information
Showing
2 changed files
with
60 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters