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.
1 parent f181abe commit 853d38aCopy full SHA for 853d38a
pkg/querier/codec/protobuf_codec.go
@@ -26,7 +26,7 @@ func (p ProtobufCodec) ContentType() v1.MIMEType {
26
return v1.MIMEType{Type: "application", SubType: "x-protobuf"}
27
}
28
// TODO: switch to use constants.
29
- return v1.MIMEType{Type: "application", SubType: "application/x-cortex-query+proto"}
+ return v1.MIMEType{Type: "application", SubType: "x-cortex-query+proto"}
30
31
32
func (p ProtobufCodec) CanEncode(resp *v1.Response) bool {
0 commit comments