mirror of https://github.com/grpc/grpc.git
This commit switches `method(...).call` to `send`. The call sites I changed were all immediately calling `call` on the method object, then throwing the method object away. Using `send` should be equivalent and will not allocate the intermediate `method` object.pull/16642/head
parent
14610176e3
commit
d374ee9a4f
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue