aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/interop
diff options
context:
space:
mode:
authorGravatar Nathaniel Manista <nathaniel@google.com>2015-02-15 01:21:18 +0000
committerGravatar Nathaniel Manista <nathaniel@google.com>2015-02-15 01:21:18 +0000
commit1d1f952731887521117b863625d60da05a85aec8 (patch)
treed48196a780d7402c922467d6f876c8450853f78e /src/node/interop
parent2fe7cb7d6d77efc7ea07142e0aa942848a763437 (diff)
The Python interoperability testing server.
Diffstat (limited to 'src/node/interop')
-rw-r--r--src/node/interop/test.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node/interop/test.proto b/src/node/interop/test.proto
index 8380ebb31d..996f11aa6d 100644
--- a/src/node/interop/test.proto
+++ b/src/node/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).