diff --git a/signer/core/api.go b/signer/core/api.go index 12acf925f0..eef50560cb 100644 --- a/signer/core/api.go +++ b/signer/core/api.go @@ -194,9 +194,6 @@ func MetadataFromContext(ctx context.Context) Metadata { m := Metadata{"NA", "NA", "NA", "", ""} // batman if info.Transport != "" { - if info.Transport == "http" { - m.Scheme = info.HTTP.Version - } m.Scheme = info.Transport } if info.RemoteAddr != "" {