This commit is contained in:
crusader 2018-03-23 17:18:08 +09:00
parent 5b2b7c19e4
commit 535f6dbd23

View File

@ -4,6 +4,7 @@ import (
"context" "context"
"encoding/json" "encoding/json"
"git.loafle.net/commons_go/logging"
"git.loafle.net/commons_go/rpc" "git.loafle.net/commons_go/rpc"
"git.loafle.net/commons_go/rpc/gateway" "git.loafle.net/commons_go/rpc/gateway"
"git.loafle.net/commons_go/rpc/protocol" "git.loafle.net/commons_go/rpc/protocol"
@ -33,7 +34,7 @@ func (sh *GatewayRPCServletHandlers) Invoke(servletCTX rpc.ServletContext, reque
result = nil result = nil
err = nil err = nil
} }
} }()
md := servletCTX.GetAttribute(oogw.GRPCMetadataKey) md := servletCTX.GetAttribute(oogw.GRPCMetadataKey)
if nil == md { if nil == md {