Merge pull request #6991 from jtattermusch/csharp_fix_compressed_read
Fix compressed reads in C# and implement some compression interop tests.
No related branches found
No related tags found
Showing
- src/csharp/Grpc.Core.Tests/CompressionTest.cs 26 additions, 0 deletionssrc/csharp/Grpc.Core.Tests/CompressionTest.cs
- src/csharp/Grpc.Core/Metadata.cs 7 additions, 0 deletionssrc/csharp/Grpc.Core/Metadata.cs
- src/csharp/Grpc.IntegrationTesting/InteropClient.cs 108 additions, 23 deletionssrc/csharp/Grpc.IntegrationTesting/InteropClient.cs
- src/csharp/Grpc.IntegrationTesting/Messages.cs 301 additions, 113 deletionssrc/csharp/Grpc.IntegrationTesting/Messages.cs
- src/csharp/ext/grpc_csharp_ext.c 3 additions, 1 deletionsrc/csharp/ext/grpc_csharp_ext.c
- tools/run_tests/run_interop_tests.py 8 additions, 5 deletionstools/run_tests/run_interop_tests.py
Loading
Please register or sign in to comment