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 5a07370 commit 4847922Copy full SHA for 4847922
metadata/metadata.go
@@ -92,7 +92,7 @@ func FromContext(ctx context.Context) (Metadata, bool) {
92
// capitalise all values
93
newMD := make(Metadata, len(md))
94
for k, v := range md {
95
- newMD[strings.Title(k)] = v
+ newMD[k] = v
96
}
97
98
return newMD, ok
0 commit comments