grpc-go/metadata
dfawley b610ffd3f8 Never encode binary metadata within the metadata map (#1188)
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.
2017-04-28 10:56:58 -07:00
..
metadata.go Never encode binary metadata within the metadata map (#1188) 2017-04-28 10:56:58 -07:00
metadata_test.go Never encode binary metadata within the metadata map (#1188) 2017-04-28 10:56:58 -07:00