Re: [grpc-io] Re: abstract gRPC protocol clarification: client half-closing

2021-06-01 Thread Piotr Morgwai Kotarbinski
Thanks for the answer! I've created a tiny PR with docs update: https://github.com/grpc/grpc/pull/26396 Thanks! On Monday, May 31, 2021 at 12:49:50 AM UTC+7 sanjay...@google.com wrote: > https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md#requests > mentions EOS which is described a

Re: [grpc-io] Re: abstract gRPC protocol clarification: client half-closing

2021-05-30 Thread 'Sanjay Pujare' via grpc.io
https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md#requests mentions EOS which is described as "For requests, EOS (end-of-stream) is indicated by the presence of the END_STREAM flag on the last received DATA frame. In scenarios where the Request stream needs to be closed but no data re

[grpc-io] Re: abstract gRPC protocol clarification: client half-closing

2021-05-30 Thread Piotr Morgwai Kotarbinski
I've noticed that in case of the java client code, calling `requestObserver.onCompleted()` results in a call to ` io.netty.handler.codec.http2.DefaultHttp2FrameWriter.writeData(...)