Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose BIO_should_retry(...) method. #207

Closed
wants to merge 1 commit into from
Closed

Conversation

normanmaurer
Copy link
Member

Motivation:

When a BIO operation fails we need to call BIO_should_retry(...) to find out if we should retry the same operation later or not.

Modifications:

Expose BIO_should_retry(...).

Result:

Its now possible to check if BIO operation should be retried later.

Motivation:

When a BIO operation fails we need to call BIO_should_retry(...) to find out if we should retry the same operation later or not.

Modifications:

Expose BIO_should_retry(...).

Result:

Its now possible to check if BIO operation should be retried later.
@normanmaurer
Copy link
Member Author

@Scottmitch reviewed offline...

Cherry-picked into 1.1.33 (3f80b89) and master (d26de4b)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant