grpc / grpc-java

The Java gRPC implementation. HTTP/2 based RPC
https://grpc.io/docs/languages/java/
Apache License 2.0
11.48k stars 3.85k forks source link

Revert "stub: Ignore unary response on server if status is not OK" #11636

Closed ejona86 closed 1 month ago

ejona86 commented 1 month ago

This reverts commit 99f86835ed8a1c960d532e58b5fd51ec1bb99825.

The change doesn't handle null messages, which don't happen with protobuf, but can happen with other marshallers, especially in tests. See cl/689445172

This will reopen #5969

CC @NaveenPrasannaV