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

wolfSSL, resurrect the BIO io_result #10716

Closed
wants to merge 1 commit into from
Closed

Conversation

icing
Copy link
Contributor

@icing icing commented Mar 9, 2023

In pytest'ing the situation occored that wolfSSL reported an IO error when the underlying BIO operation was returning an CURLE_AGAIN condition.

Readding the io_result filter context member to detect such situations.

Also, making sure that the returned CURLcode is initialized on all recv operations outcome.

In pytest'ing the situation occored that wolfSSL reported an
IO error when the underlying BIO operation was returning an
CURLE_AGAIN condition.

Readding the `io_result` filter context member to detect such
situations.

Also, making sure that the returned CURLcode is initialized
on all recv operations outcome.
@icing icing changed the title wolfSSL, ressurect the BIO io_result wolfSSL, resurrect the BIO io_result Mar 9, 2023
@github-actions github-actions bot added the TLS label Mar 9, 2023
@bagder bagder closed this in 940b678 Mar 10, 2023
@bagder
Copy link
Member

bagder commented Mar 10, 2023

Thanks!

bch pushed a commit to bch/curl that referenced this pull request Jul 19, 2023
In pytest'ing the situation occored that wolfSSL reported an
IO error when the underlying BIO operation was returning an
CURLE_AGAIN condition.

Readding the `io_result` filter context member to detect such
situations.

Also, making sure that the returned CURLcode is initialized
on all recv operations outcome.

Closes curl#10716
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

2 participants