grpc-go/Documentation
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
..
gomock-example.md Update gomock-example.md 2016-12-15 14:19:28 -08:00
grpc-auth-support.md correct errors in documentation 2016-11-21 16:07:22 +08:00
grpc-metadata.md Separate incoming and outgoing metadata in context 2017-04-07 11:54:56 -07:00
server-reflection-tutorial.md fixes in reflection_tutorial 2016-10-21 13:40:54 -07:00