aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-02-17 13:33:24 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-02-17 13:33:24 -0800
commit5e276e88c4d8daeae86a441ad1d4f7bcda7a7aeb (patch)
treee27db60824205cc635274b0b2cc5b69eb07c1f94 /test/cpp/interop
parent41c8e274803b71e87ee279740c2b89b5ba46c196 (diff)
parent30313622ac6c4be7dec19324e6952e4e4d3e56eb (diff)
Merge github.com:grpc/grpc into c++api
Diffstat (limited to 'test/cpp/interop')
-rw-r--r--test/cpp/interop/test.proto2
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).