mirror of https://github.com/grpc/grpc.git
"initial call" should not be understood as "initial call on the connection" but "initial call of the RPC". All the data necessary for understanding client's compression abilities is provide per-RPC, so no connection-level state should be used. Using such state would break the use of proxies.pull/22886/head
parent
fd970c8cd9
commit
18dd95f735
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue