mirror of
https://gitea.com/gitea/act_runner.git
synced 2024-11-06 18:57:22 +01:00
8996b9b0e4
We use [connect-go](https://github.com/bufbuild/connect-go) instead of [grpc-go](https://github.com/grpc/grpc-go) because connect-go support HTTP/1.1, that means we can mount the gRPC api on the Gitea server without change the protocol.
So it doesn't make sense that make the runner support both HTTP/1.1 and HTTP/2, and [upgrade the protocol used on Gitea](
|
||
---|---|---|
.. | ||
config.go |