We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b991aa6 commit 0440d95Copy full SHA for 0440d95
internal/api/rpc_handler.go
@@ -55,6 +55,7 @@ func (h *rpcRouter) Handle(ctx context.Context, hctx *rpc.HandlerContext) (err e
55
timeNow := time.Now()
56
w := rpcRequestHandler{
57
requestHandler: requestHandler{
58
+ Handler: h.Handler,
59
endpointStat: endpointStat{
60
timestamp: timeNow,
61
protocol: format.TagValueIDRPC,
0 commit comments