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

Commits on Mar 22, 2024

  1. LibTLS: Avoid using new event loops when setting up connections

    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.
    alimpfard committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    b4425de View commit details
    Browse the repository at this point in the history