grpc-go/test
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
..
codec_perf Update generated files 2016-06-09 15:02:17 -07:00
grpc_testing pb.go file update 2016-10-28 12:37:56 -07:00
testdata Patching the rest of the test certs in the repo. 2015-11-11 15:27:42 -08:00
end2end_test.go Never encode binary metadata within the metadata map (#1188) 2017-04-28 10:56:58 -07:00
race_test.go test: shorten goroutine-heavy test in race mode 2016-02-10 21:30:19 +00:00
servertester_test.go Fix crashes where transports returned errors unhandled by the message parser. 2016-02-24 15:09:17 -08:00