-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
--http3 memory leaks when trying a non-listening service #5447
Comments
I've been trying to understand why this leaks. Analysis for Call stack (as reported by AddressSanitizer):
Other notes: Forgive me if I made any mistake in my analysis, it has been very manual and I lack deep insights in the internals. |
The leak happens because
Sure, that would be another way to do it but that would require us to add another library-internal function for quic that we don't have now, so I figured it was simpler to fix this in the functions we already have. |
From an API design perspective it seems more logical to me to do it in |
curl -v --http3 https://localhost
Originally posted by @Lekensteyn in #5443 (comment)
The text was updated successfully, but these errors were encountered: