diff --git a/cmd/crio/main.go b/cmd/crio/main.go index 1ed7e5e08c8..b2570928b46 100644 --- a/cmd/crio/main.go +++ b/cmd/crio/main.go @@ -652,7 +652,7 @@ func main() { } m := cmux.New(lis) - grpcL := m.Match(cmux.HTTP2HeaderField("content-type", "application/grpc")) + grpcL := m.MatchWithWriters(cmux.HTTP2MatchHeaderFieldSendSettings("content-type", "application/grpc")) httpL := m.Match(cmux.HTTP1Fast()) infoMux := service.GetInfoMux()