Skip to content

Commit

Permalink
[call-v3] Interception chain (grpc#36414)
Browse files Browse the repository at this point in the history
Introduce the interception chain type.
Also introduces the real call-v3 call spine based atop CallFilters.

Closes grpc#36414

COPYBARA_INTEGRATE_REVIEW=grpc#36414 from ctiller:interception-chain 90c8e96
PiperOrigin-RevId: 627784183
  • Loading branch information
ctiller authored and copybara-github committed Apr 24, 2024
1 parent 459abbe commit d52779d
Show file tree
Hide file tree
Showing 43 changed files with 2,538 additions and 478 deletions.
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1796,7 +1796,7 @@ grpc_cc_library(
"ref_counted_ptr",
"stats",
"//src/core:arena",
"//src/core:call_size_estimator",
"//src/core:call_arena_allocator",
"//src/core:channel_args",
"//src/core:channel_fwd",
"//src/core:channel_init",
Expand Down
307 changes: 305 additions & 2 deletions CMakeLists.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Package.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d52779d

Please sign in to comment.