Recently, I asked a question when the deadline starts to count down. (
grpc Issue #19155) One told me that the time taken for buffering in HTTP/2, TCP and the network is all part of deadline count down. But when gprc client buffers in HTTP/2. Does the client buffer the requests when the user calls `stub->Echo(&context, request, response)`? I hope anyone acquainted with that can help me. Thanks!