-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Cannot perform concurrent HTTPS GET requests from a single client session #12412
Comments
Regardles of HTTPS, it is not safe to do this with an instance of
Anyways - there are probably two ways to fix the segfault off the top of my head:
Personally I would like to see (1). I think this is fine. I patch |
I think we should eventually change |
In the meantime, it would be great if the docs were be updated to state that |
Meta issue on refactoring |
The following code seems to always crash:
The same works for non-HTTPS connections and also if two different
HTTP::Client
s sharing the same TLS context are used:The text was updated successfully, but these errors were encountered: