You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that the only possible error return cases are that the inputs were NULL. Our API guidelines state that in such a case, we don't bother to return a rustls_result (and make the user check it), but instead do nothing and return void.
The text was updated successfully, but these errors were encountered:
This looks easy to fix, but I'm not sure it's worth breaking semver for. In the primary rustls repo we have a next-major-release label for this. I've created the same here and applied it to this issue so we can think about knocking it out with the next big rustls update.
This function is currently:
rustls-ffi/src/server.rs
Lines 654 to 675 in 78736fb
Note that the only possible error return cases are that the inputs were NULL. Our API guidelines state that in such a case, we don't bother to return a rustls_result (and make the user check it), but instead do nothing and return void.
The text was updated successfully, but these errors were encountered: