Skip to content

Commit

Permalink
continue to repalce context
Browse files Browse the repository at this point in the history
  • Loading branch information
smallnest committed Sep 3, 2020
1 parent 8d84e97 commit 871f458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/jsonrpc2.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func (s *Server) handleJSONRPCRequest(ctx context.Context, r *jsonrpcRequest, he
return res
}

resp, err := s.handleRequest(context.Background(), req)
resp, err := s.handleRequest(ctx, req)
if r.ID == nil {
return nil
}
Expand Down

0 comments on commit 871f458

Please sign in to comment.