Skip to content

is non-http2 transport available? #10150

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

Closed
glycerine opened this issue Oct 22, 2016 · 1 comment
Closed

is non-http2 transport available? #10150

glycerine opened this issue Oct 22, 2016 · 1 comment

Comments

@glycerine
Copy link
Contributor

Go 1.7.3 is out. It fixed a serious bug in Go's http2 implementation.

golang/go#17071

However, http2 is still fairly under-tested, and I wouldn't be surprised if there were addition issues before it can be considered production worthy.

Does cockroachdb have the option to use a less bleeding edge transport?

@bdarnell
Copy link
Contributor

No other transport is available, and we don't have any plans to change our transport layer (I think that at this point doing so would be more difficult than fixing whatever bugs may remain in the HTTP/2 implementation). Note that we use GRPC as a layer on top of HTTP/2, and GRPC uses some lower-level interfaces so I don't think it's vulnerable to the bug fixed in 1.7.3.

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

No branches or pull requests

2 participants