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. |
||
|---|---|---|
| .. | ||
| codec_perf | ||
| grpc_testing | ||
| testdata | ||
| end2end_test.go | ||
| race_test.go | ||
| servertester_test.go | ||