We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Per golang/go#63565 Upgrade: h2c is deprecated by RFC9113 and has been removed from the Go standard library.
Upgrade: h2c
Per grpc/grpc-java#12013 (comment) the GRPC library does not plan to add support for such connection upgrades.
Given that the endpoint is still undocumented (but needs to be documented as people move to BuildKit) now would be a good time to fix this.
Consider replacing this with something more standard, which will make it easier to integrate the gRPC API into third-party language bindings.
Description
Per golang/go#63565
Upgrade: h2cis deprecated by RFC9113 and has been removed from the Go standard library.Per grpc/grpc-java#12013 (comment) the GRPC library does not plan to add support for such connection upgrades.
Given that the endpoint is still undocumented (but needs to be documented as people move to BuildKit) now would be a good time to fix this.
Consider replacing this with something more standard, which will make it easier to integrate the gRPC API into third-party language bindings.