-
- Downloads
Merge pull request #11905 from markdroth/byte_stream_shutdown
Improvements to grpc_byte_stream API and handling.
Showing
- CMakeLists.txt 32 additions, 0 deletionsCMakeLists.txt
- Makefile 36 additions, 0 deletionsMakefile
- build.yaml 10 additions, 0 deletionsbuild.yaml
- src/core/ext/filters/http/client/http_client_filter.c 245 additions, 269 deletionssrc/core/ext/filters/http/client/http_client_filter.c
- src/core/ext/filters/http/message_compress/message_compress_filter.c 118 additions, 84 deletions...t/filters/http/message_compress/message_compress_filter.c
- src/core/ext/transport/chttp2/transport/chttp2_transport.c 40 additions, 23 deletionssrc/core/ext/transport/chttp2/transport/chttp2_transport.c
- src/core/ext/transport/inproc/inproc_transport.c 28 additions, 5 deletionssrc/core/ext/transport/inproc/inproc_transport.c
- src/core/lib/transport/byte_stream.c 117 additions, 11 deletionssrc/core/lib/transport/byte_stream.c
- src/core/lib/transport/byte_stream.h 78 additions, 21 deletionssrc/core/lib/transport/byte_stream.h
- src/core/lib/transport/transport.c 16 additions, 8 deletionssrc/core/lib/transport/transport.c
- src/core/lib/transport/transport.h 9 additions, 0 deletionssrc/core/lib/transport/transport.h
- test/core/transport/BUILD 12 additions, 0 deletionstest/core/transport/BUILD
- test/core/transport/byte_stream_test.c 279 additions, 0 deletionstest/core/transport/byte_stream_test.c
- tools/run_tests/generated/sources_and_headers.json 17 additions, 0 deletionstools/run_tests/generated/sources_and_headers.json
- tools/run_tests/generated/tests.json 22 additions, 0 deletionstools/run_tests/generated/tests.json
- vsprojects/buildtests_c.sln 27 additions, 0 deletionsvsprojects/buildtests_c.sln
- vsprojects/vcxproj/test/byte_stream_test/byte_stream_test.vcxproj 199 additions, 0 deletions...ts/vcxproj/test/byte_stream_test/byte_stream_test.vcxproj
- vsprojects/vcxproj/test/byte_stream_test/byte_stream_test.vcxproj.filters 21 additions, 0 deletions...oj/test/byte_stream_test/byte_stream_test.vcxproj.filters
Loading
Please register or sign in to comment