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

example/aws/proxyWithTLSClientCert: Use Transport.ForceAttemptHTTP2 to enable HTTP/2 #4014

Merged
merged 1 commit into from
Jan 4, 2022

Conversation

y-yagi
Copy link
Contributor

@y-yagi y-yagi commented Jul 19, 2021

This can remove golang.org/x/net/http2 dependency.

This field was added at Go 1.13. This example file now required
Go 1.15+. So we can use this field safely.
Ref: https://golang.org/doc/go1.13#net/http

… to enable HTTP/2

This can remove `golang.org/x/net/http2` dependency.

This field was added at Go 1.13. This example file now required
Go 1.15+. So we can use this field safely.
Ref: https://golang.org/doc/go1.13#net/http
Copy link
Contributor

@jasdel jasdel left a comment

Choose a reason for hiding this comment

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

Thanks for taking the time to update the example. We'll get this merged in and included in the SDK.

@jasdel jasdel merged commit 29f6f92 into aws:main Jan 4, 2022
@y-yagi y-yagi deleted the use-ForceAttemptHTTP2 branch January 4, 2022 00:52
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.

2 participants