Let's say a client and a server has both setup a streaming rpc.

A client has sent up about 3 valid grpc message and the server acknowledge 
this with a headers frame and started processing the grpc message.

The client then sent a truncated grpc message with END_STREAM (or malformed 
protobuf).

Does the server cancels the processing of the received 3 grpc message and 
immediately send a DATA_LOSS trailer?
or continues the processing of the messages and send its response with 
DATA_LOSS trailer?

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/08b6a97a-bd9e-4c7a-9830-a1337a9cc77cn%40googlegroups.com.

Reply via email to