TLS server memory leak #2787
Closed
williamlsh
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've run a TLS server for several month, and I found the memory usage continue increasing whenever
TLS connection error
happens, it never gets released. The source code is similar to this: https://github.com/tokio-rs/axum/blob/main/examples/low-level-rustls/src/main.rsBeta Was this translation helpful? Give feedback.
All reactions