mirror of https://github.com/grpc/grpc.git
[call] Fix field type on grpc_cq_completion (#29880)
* [call] Remove unused field from grpc_cq_completion 1. This field is unused, and therefore unnecessary 2. In https://github.com/grpc/grpc/pull/20119 this field was changed from a node (8 bytes) to a queue (80 bytes) Removing this field should save 480 bytes per outstanding call on each of the client and server. * fixpull/29895/head
parent
e49c61cd2f
commit
b03ab65818
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue