From 1d1f952731887521117b863625d60da05a85aec8 Mon Sep 17 00:00:00 2001 From: Nathaniel Manista Date: Sun, 15 Feb 2015 01:21:18 +0000 Subject: The Python interoperability testing server. --- test/cpp/interop/test.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/cpp') 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). -- cgit v1.2.3