You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (go version)? 1.6
What operating system and processor architecture are you using (go env)? OS X, darwin-64
What did you do?
Attempted to use http Client for HTTP/2
What did you expect to see?
Client supported HTTP/2
What did you see instead?
Client only supported HTTP 1.1
You must still use golang.org/x/net/http2 ConfigureTransport to create an HTTP/2 client. I verified this with the http2.golang.org. Both the http docs and the golang.org/x/net/http2 docs imply that the 1.6 http package now automatically support HTTP/2 for both Client and Server. They do not.
The text was updated successfully, but these errors were encountered:
Please answer these questions before submitting your issue. Thanks!
go version
)? 1.6go env
)? OS X, darwin-64Attempted to use http Client for HTTP/2
Client supported HTTP/2
Client only supported HTTP 1.1
You must still use golang.org/x/net/http2 ConfigureTransport to create an HTTP/2 client. I verified this with the http2.golang.org. Both the http docs and the golang.org/x/net/http2 docs imply that the 1.6 http package now automatically support HTTP/2 for both Client and Server. They do not.
The text was updated successfully, but these errors were encountered: