Merge pull request #5726 from ctiller/ignore_connectivity
Implement fail fast semantics for C core
No related branches found
No related tags found
Showing
- include/grpc++/impl/codegen/async_stream.h 24 additions, 12 deletionsinclude/grpc++/impl/codegen/async_stream.h
- include/grpc++/impl/codegen/async_unary_call.h 8 additions, 4 deletionsinclude/grpc++/impl/codegen/async_unary_call.h
- include/grpc++/impl/codegen/call.h 5 additions, 2 deletionsinclude/grpc++/impl/codegen/call.h
- include/grpc++/impl/codegen/client_context.h 13 additions, 0 deletionsinclude/grpc++/impl/codegen/client_context.h
- include/grpc++/impl/codegen/client_unary_call.h 2 additions, 1 deletioninclude/grpc++/impl/codegen/client_unary_call.h
- include/grpc++/impl/codegen/method_handler_impl.h 10 additions, 5 deletionsinclude/grpc++/impl/codegen/method_handler_impl.h
- include/grpc++/impl/codegen/server_context.h 2 additions, 0 deletionsinclude/grpc++/impl/codegen/server_context.h
- include/grpc++/impl/codegen/sync_stream.h 16 additions, 8 deletionsinclude/grpc++/impl/codegen/sync_stream.h
- include/grpc/impl/codegen/grpc_types.h 5 additions, 1 deletioninclude/grpc/impl/codegen/grpc_types.h
- src/core/ext/lb_policy/pick_first/pick_first.c 37 additions, 11 deletionssrc/core/ext/lb_policy/pick_first/pick_first.c
- src/core/ext/lb_policy/round_robin/round_robin.c 32 additions, 8 deletionssrc/core/ext/lb_policy/round_robin/round_robin.c
- src/core/lib/channel/client_channel.c 31 additions, 9 deletionssrc/core/lib/channel/client_channel.c
- src/core/lib/channel/http_client_filter.c 6 additions, 4 deletionssrc/core/lib/channel/http_client_filter.c
- src/core/lib/channel/subchannel_call_holder.c 3 additions, 2 deletionssrc/core/lib/channel/subchannel_call_holder.c
- src/core/lib/channel/subchannel_call_holder.h 1 addition, 0 deletionssrc/core/lib/channel/subchannel_call_holder.h
- src/core/lib/client_config/lb_policy.c 10 additions, 1 deletionsrc/core/lib/client_config/lb_policy.c
- src/core/lib/client_config/lb_policy.h 13 additions, 0 deletionssrc/core/lib/client_config/lb_policy.h
- src/core/lib/client_config/subchannel.c 1 addition, 1 deletionsrc/core/lib/client_config/subchannel.c
- src/core/lib/surface/call.c 6 additions, 4 deletionssrc/core/lib/surface/call.c
- src/core/lib/transport/transport.h 3 additions, 3 deletionssrc/core/lib/transport/transport.h
Loading
Please register or sign in to comment