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

HTTPTransport: Pass along http2 bool to create_ssl_context(..., http2=http2) #3296

Closed
wants to merge 2 commits into from

Conversation

ar45
Copy link

@ar45 ar45 commented Sep 4, 2024

Summary

Client(http2=True) should pass the truth value to create_ssl_context

HTTPTransport: Pass along http2 bool to create_ssl_context(..., http2=http2)

@karpetrosyan
Copy link
Member

http2 attribute will be removed with this pr, because all the http2 configurations are already handled by httpcore

@T-256
Copy link
Contributor

T-256 commented Sep 23, 2024

It seems correct bugfix for master branch, let's have it until #3022 got merged!
(Also, have one more contributor :))

@karpetrosyan
Copy link
Member

I think it's not a bugfix, we are removing it because it's not used anywhere. All that configurations are handled by httpcore

@T-256
Copy link
Contributor

T-256 commented Sep 23, 2024

because it's not used anywhere

Oh right, now I see.
Then should close this pr because not make sense anymore?

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.

3 participants