-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update upstream to https://github.com/grpc/grpc.git/commit/1bc1cffda8…
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule upstream
updated
12 files
+96 −0 | CMakeLists.txt | |
+153 −0 | build_autogenerated.yaml | |
+13 −0 | src/core/BUILD | |
+222 −0 | src/core/call/filter_fusion.h | |
+2 −46 | src/core/lib/channel/promise_based_filter.h | |
+4 −3 | src/core/lib/promise/detail/promise_like.h | |
+30 −0 | src/core/lib/transport/call_filters.h | |
+88 −0 | src/core/lib/transport/metadata.h | |
+56 −0 | src/core/util/type_list.h | |
+11 −0 | test/core/call/BUILD | |
+122 −0 | test/core/call/filter_fusion_test.cc | |
+24 −0 | tools/run_tests/generated/tests.json |