grpc-go/interop
dfawley 0c1d39df28 Separate incoming and outgoing metadata in context
This will prevent the incoming RPCs' metadata from appearing in outgoing RPCs
unless it is explicitly copied, e.g.:

incomingMD, ok := metadata.FromContext(ctx)
if ok {
  ctx = metadata.NewContext(ctx, incomingMD)
}

Fixes #1148
2017-04-07 11:54:56 -07:00
..
client Replace "127.0.0.1" with "localhost" to support IPv6-only environments. 2017-02-07 16:08:24 -08:00
grpc_testing Merge pull request #967 from ncteisen/advanced_go_interop_tests 2016-11-11 13:29:59 -08:00
http2 Add Go interop http2 client 2017-01-10 15:05:15 -08:00
server fix some comments 2015-12-18 18:25:28 -08:00
test_utils.go Separate incoming and outgoing metadata in context 2017-04-07 11:54:56 -07:00