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

alpn_select_cb: Release the runtime system on failure #58

Merged
merged 1 commit into from
Dec 9, 2019
Merged

alpn_select_cb: Release the runtime system on failure #58

merged 1 commit into from
Dec 9, 2019

Conversation

anmonteiro
Copy link
Collaborator

This change fixes a bug in the ALPN code that would cause a program to
deadlock when returning None from the ALPN protocol selection
callback, because it would never release the OCaml runtime system lock.

This change fixes a bug in the ALPN code that would cause a program to
deadlock when returning `None` from the ALPN protocol selection
callback, because it would never release the OCaml runtime system lock.
@smimram smimram merged commit b069b5a into savonet:master Dec 9, 2019
@anmonteiro anmonteiro deleted the anmonteiro/release-runtime-system-when-alpn-fails branch December 9, 2019 23:28
@anmonteiro anmonteiro mentioned this pull request Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants