Skip to content

Commit 0440d95

Browse files
committed
Fixed rpcRouter
1 parent b991aa6 commit 0440d95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/api/rpc_handler.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ func (h *rpcRouter) Handle(ctx context.Context, hctx *rpc.HandlerContext) (err e
5555
timeNow := time.Now()
5656
w := rpcRequestHandler{
5757
requestHandler: requestHandler{
58+
Handler: h.Handler,
5859
endpointStat: endpointStat{
5960
timestamp: timeNow,
6061
protocol: format.TagValueIDRPC,

0 commit comments

Comments
 (0)