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

LibTLS: Avoid using new event loops when setting up connections #23679

Merged
merged 1 commit into from Mar 22, 2024

Conversation

alimpfard
Copy link
Member

(NOTE: PR made from ladybird lol)
This was causing some racey behaviour in LibHTTP, and just generally lead to really bad stack traces; avoid that by switching to Core::Promise and using the existing event loop.

Possibly resolves #23524 and #23642.

This was causing some racey behaviour in LibHTTP, and just generally
lead to really bad stack traces; avoid that by switching to
Core::Promise and using the existing event loop.

Possibly resolves SerenityOS#23524 and SerenityOS#23642.
@github-actions github-actions bot added the 👀 pr-needs-review PR needs review from a maintainer or community member label Mar 22, 2024
@awesomekling awesomekling merged commit e2bab93 into SerenityOS:master Mar 22, 2024
7 checks passed
@github-actions github-actions bot removed the 👀 pr-needs-review PR needs review from a maintainer or community member label Mar 22, 2024
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.

Ladybird: crash on github.com
2 participants