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
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.
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?
The text was updated successfully, but these errors were encountered: