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/node | |
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/node')
-rw-r--r-- | src/node/interop/test.proto | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node/interop/test.proto b/src/node/interop/test.proto index d2c3f9befe..24e67497fa 100644 --- a/src/node/interop/test.proto +++ b/src/node/interop/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). |