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

HTTP/2 support #7

Closed
pforemski opened this issue Oct 13, 2016 · 2 comments
Closed

HTTP/2 support #7

pforemski opened this issue Oct 13, 2016 · 2 comments

Comments

@pforemski
Copy link
Owner

Go supports H/2 natively, but only if we don't touch the defaults, which isn't the case: dingo spoofs the SNI string in TLS handshakes, which is why Go selects the HTTP/1.1 transport instead of HTTP/2.

@pforemski pforemski modified the milestone: dingo 0.13 Oct 13, 2016
@voidd
Copy link

voidd commented Nov 10, 2016

golang/go#16581 (comment)
I think it would be good idea to enable HTTP/2 by default. With importing golang.org/x/net/http2 as external dependency.
#19

pforemski added a commit that referenced this issue Nov 16, 2016
@pforemski
Copy link
Owner Author

Thanks, implemented in 91bb369

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants