-
- Downloads
Merge pull request #7024 from markdroth/filter_call_init_failure
Extend filter API to allow call initialization to return an error.
Showing
- Makefile 2 additions, 0 deletionsMakefile
- src/core/ext/census/grpc_filter.c 8 additions, 6 deletionssrc/core/ext/census/grpc_filter.c
- src/core/ext/client_config/client_channel.c 4 additions, 2 deletionssrc/core/ext/client_config/client_channel.c
- src/core/ext/client_config/subchannel.c 16 additions, 9 deletionssrc/core/ext/client_config/subchannel.c
- src/core/ext/client_config/subchannel.h 2 additions, 2 deletionssrc/core/ext/client_config/subchannel.h
- src/core/ext/client_config/subchannel_call_holder.c 29 additions, 9 deletionssrc/core/ext/client_config/subchannel_call_holder.c
- src/core/ext/load_reporting/load_reporting_filter.c 5 additions, 2 deletionssrc/core/ext/load_reporting/load_reporting_filter.c
- src/core/lib/channel/channel_stack.c 18 additions, 7 deletionssrc/core/lib/channel/channel_stack.c
- src/core/lib/channel/channel_stack.h 10 additions, 8 deletionssrc/core/lib/channel/channel_stack.h
- src/core/lib/channel/compress_filter.c 5 additions, 2 deletionssrc/core/lib/channel/compress_filter.c
- src/core/lib/channel/connected_channel.c 6 additions, 6 deletionssrc/core/lib/channel/connected_channel.c
- src/core/lib/channel/http_client_filter.c 4 additions, 2 deletionssrc/core/lib/channel/http_client_filter.c
- src/core/lib/channel/http_server_filter.c 4 additions, 2 deletionssrc/core/lib/channel/http_server_filter.c
- src/core/lib/iomgr/error.h 2 additions, 0 deletionssrc/core/lib/iomgr/error.h
- src/core/lib/security/transport/client_auth_filter.c 4 additions, 2 deletionssrc/core/lib/security/transport/client_auth_filter.c
- src/core/lib/security/transport/server_auth_filter.c 5 additions, 2 deletionssrc/core/lib/security/transport/server_auth_filter.c
- src/core/lib/surface/call.c 13 additions, 3 deletionssrc/core/lib/surface/call.c
- src/core/lib/surface/lame_client.c 5 additions, 2 deletionssrc/core/lib/surface/lame_client.c
- src/core/lib/surface/server.c 4 additions, 2 deletionssrc/core/lib/surface/server.c
- test/core/channel/channel_stack_test.c 8 additions, 4 deletionstest/core/channel/channel_stack_test.c
Loading
Please register or sign in to comment