ing
This commit is contained in:
parent
5c8407b9fd
commit
620a4c9ddc
|
@ -80,7 +80,7 @@ func (s *RPCServlets) Handle(servletCtx server.ServletCtx,
|
||||||
|
|
||||||
if nil != _clientType && nil != _sessionID && nil != _targetID {
|
if nil != _clientType && nil != _sessionID && nil != _targetID {
|
||||||
md = metadata.Pairs(
|
md = metadata.Pairs(
|
||||||
oe.GRPCClientTypeKey.String(), _clientType.(og.ClientType).String(),
|
oe.GRPCClientTypeKey.String(), _clientType.(oe.ClientType).String(),
|
||||||
oe.GRPCSessionIDKey.String(), _sessionID.(string),
|
oe.GRPCSessionIDKey.String(), _sessionID.(string),
|
||||||
oe.GRPCTargetIDKey.String(), _targetID.(string),
|
oe.GRPCTargetIDKey.String(), _targetID.(string),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user