diff options
author | Nathaniel Manista <nathaniel@google.com> | 2015-02-15 01:21:18 +0000 |
---|---|---|
committer | Nathaniel Manista <nathaniel@google.com> | 2015-02-15 01:21:18 +0000 |
commit | 1d1f952731887521117b863625d60da05a85aec8 (patch) | |
tree | d48196a780d7402c922467d6f876c8450853f78e /test/cpp | |
parent | 2fe7cb7d6d77efc7ea07142e0aa942848a763437 (diff) |
The Python interoperability testing server.
Diffstat (limited to 'test/cpp')
-rw-r--r-- | test/cpp/interop/test.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/interop/test.proto b/test/cpp/interop/test.proto index e358f3bea5..1162ad6124 100644 --- a/test/cpp/interop/test.proto +++ b/test/cpp/interop/test.proto @@ -14,7 +14,7 @@ service TestService { rpc EmptyCall(grpc.testing.Empty) returns (grpc.testing.Empty); // One request followed by one response. - // The server returns the client payload as-is. + // TODO(Issue 527): Describe required server behavior. rpc UnaryCall(SimpleRequest) returns (SimpleResponse); // One request followed by a sequence of responses (streamed download). |