Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
example/aws/proxyWithTLSClientCert: Use
Transport.ForceAttemptHTTP2
…
… to enable HTTP/2 (#4014) 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
- Loading branch information