Merge branch 'master' of https://github.com/grpc/grpc-go
This commit is contained in:
@ -317,11 +317,6 @@ func (s *Server) processUnaryRPC(t transport.ServerTransport, stream *transport.
|
||||
}
|
||||
return err
|
||||
}
|
||||
if traceInfo.tr != nil {
|
||||
// TODO: set payload.msg to something that
|
||||
// prints usefully with %s; req is a []byte.
|
||||
traceInfo.tr.LazyLog(&payload{sent: false}, true)
|
||||
}
|
||||
switch pf {
|
||||
case compressionNone:
|
||||
statusCode := codes.OK
|
||||
|
Reference in New Issue
Block a user