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

refactor: Replace axum server with a low level rust-tls implementation #1977

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

holzeis
Copy link
Contributor

@holzeis holzeis commented Feb 7, 2024

Example mostly copied from here https://github.com/tokio-rs/axum/blob/main/examples/low-level-rustls/src/main.rs

Not sure if going low level makes this more stable, but lets see and hope for the best :)

maybe fixes #1938

@holzeis holzeis requested review from bonomat and luckysori February 7, 2024 08:53
@holzeis holzeis self-assigned this Feb 7, 2024
@holzeis holzeis force-pushed the chore/replace-rust-tls-impl branch from 0e4193d to 6129c54 Compare February 7, 2024 08:55
Copy link
Contributor

@bonomat bonomat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's give it a try

@holzeis holzeis added this pull request to the merge queue Feb 7, 2024
Merged via the queue into main with commit 15c4143 Feb 7, 2024
9 checks passed
@holzeis holzeis deleted the chore/replace-rust-tls-impl branch February 7, 2024 12:51
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.

Web app randomly stops responding
2 participants