diff options
author | Nathaniel Manista <nathaniel@google.com> | 2015-09-23 15:22:15 +0000 |
---|---|---|
committer | Nathaniel Manista <nathaniel@google.com> | 2015-09-23 15:22:15 +0000 |
commit | 3ba30e16ad105e25cf05f803beef0dd47df999fc (patch) | |
tree | 628d6c34d134a7810bc6935ee23d7c1c50f699d0 /src/objective-c | |
parent | 41aab15c74130ae36850d88c8bea0063c83236e7 (diff) |
Drop issue 527 TODOs for interop specification
The UnaryCall interop test is now adequately specified in
doc/interop-test-descriptions.md.
Diffstat (limited to 'src/objective-c')
-rw-r--r-- | src/objective-c/examples/RemoteTestClient/test.proto | 1 | ||||
-rw-r--r-- | src/objective-c/generated_libraries/RemoteTestClient/test.proto | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/objective-c/examples/RemoteTestClient/test.proto b/src/objective-c/examples/RemoteTestClient/test.proto index 2f5a5489b3..514c3b8095 100644 --- a/src/objective-c/examples/RemoteTestClient/test.proto +++ b/src/objective-c/examples/RemoteTestClient/test.proto @@ -45,7 +45,6 @@ service TestService { rpc EmptyCall(grpc.testing.Empty) returns (grpc.testing.Empty); // One request followed by one response. - // TODO(Issue 527): Describe required server behavior. rpc UnaryCall(SimpleRequest) returns (SimpleResponse); // One request followed by a sequence of responses (streamed download). diff --git a/src/objective-c/generated_libraries/RemoteTestClient/test.proto b/src/objective-c/generated_libraries/RemoteTestClient/test.proto index 2f5a5489b3..514c3b8095 100644 --- a/src/objective-c/generated_libraries/RemoteTestClient/test.proto +++ b/src/objective-c/generated_libraries/RemoteTestClient/test.proto @@ -45,7 +45,6 @@ service TestService { rpc EmptyCall(grpc.testing.Empty) returns (grpc.testing.Empty); // One request followed by one response. - // TODO(Issue 527): Describe required server behavior. rpc UnaryCall(SimpleRequest) returns (SimpleResponse); // One request followed by a sequence of responses (streamed download). |