mirror of https://github.com/grpc/grpc-go.git
This change ensures consistency for the user when accessing metadata values: they are never encoded except when sent on the wire. Previously, they would appear encoded to client code, but not to server code. As such, this represents a behavior change, but one unlikely to affect user code, as it's unusual to inspect the metadata after setting it. |
||
|---|---|---|
| .. | ||
| metadata.go | ||
| metadata_test.go | ||