diff options
author | Eric Anderson <ejona86@gmail.com> | 2015-09-23 15:00:25 -0700 |
---|---|---|
committer | Eric Anderson <ejona86@gmail.com> | 2015-09-23 15:00:25 -0700 |
commit | 16672d1f4389ea2eb1cee8903ed457094ac839e6 (patch) | |
tree | 9ce527b56323f177ad610ca062988d7e9d7d7784 /src/csharp/Grpc.IntegrationTesting | |
parent | 8d004a37fbce0447be1e8d1968acaf0cbea796b7 (diff) | |
parent | 3ba30e16ad105e25cf05f803beef0dd47df999fc (diff) |
Merge pull request #3429 from nathanielmanistaatgoogle/drop-527-todos
Drop issue 527 TODOs for UnaryCall interop test specification
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting')
-rw-r--r-- | src/csharp/Grpc.IntegrationTesting/proto/test.proto | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting/proto/test.proto b/src/csharp/Grpc.IntegrationTesting/proto/test.proto index f9e0d2a039..5496f72af0 100644 --- a/src/csharp/Grpc.IntegrationTesting/proto/test.proto +++ b/src/csharp/Grpc.IntegrationTesting/proto/test.proto @@ -44,7 +44,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). |