diff options
Diffstat (limited to 'test/proto/test.proto')
-rw-r--r-- | test/proto/test.proto | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/proto/test.proto b/test/proto/test.proto index 574c6a5b50..368522dc4c 100644 --- a/test/proto/test.proto +++ b/test/proto/test.proto @@ -48,9 +48,6 @@ service TestService { // TODO(Issue 527): Describe required server behavior. rpc UnaryCall(SimpleRequest) returns (SimpleResponse); - // One request followed by one compressed response. - rpc CompressedUnaryCall(SimpleRequest) returns (SimpleResponse); - // One request followed by a sequence of responses (streamed download). // The server returns the payload with client desired type and sizes. rpc StreamingOutputCall(StreamingOutputCallRequest) |