Merge pull request #7611 from markdroth/http_connect
HTTP CONNECT handshaker
No related branches found
No related tags found
Showing
- BUILD 8 additions, 0 deletionsBUILD
- CMakeLists.txt 3 additions, 0 deletionsCMakeLists.txt
- Makefile 61 additions, 0 deletionsMakefile
- binding.gyp 1 addition, 0 deletionsbinding.gyp
- build.yaml 4 additions, 0 deletionsbuild.yaml
- config.m4 1 addition, 0 deletionsconfig.m4
- gRPC-Core.podspec 3 additions, 0 deletionsgRPC-Core.podspec
- grpc.gemspec 2 additions, 0 deletionsgrpc.gemspec
- package.xml 2 additions, 0 deletionspackage.xml
- src/core/ext/client_config/client_channel.c 2 additions, 0 deletionssrc/core/ext/client_config/client_channel.c
- src/core/ext/client_config/http_connect_handshaker.c 275 additions, 0 deletionssrc/core/ext/client_config/http_connect_handshaker.c
- src/core/ext/client_config/http_connect_handshaker.h 47 additions, 0 deletionssrc/core/ext/client_config/http_connect_handshaker.h
- src/core/ext/client_config/lb_policy_factory.h 1 addition, 0 deletionssrc/core/ext/client_config/lb_policy_factory.h
- src/core/ext/client_config/resolver_result.c 9 additions, 2 deletionssrc/core/ext/client_config/resolver_result.c
- src/core/ext/client_config/resolver_result.h 5 additions, 2 deletionssrc/core/ext/client_config/resolver_result.h
- src/core/ext/client_config/subchannel.h 2 additions, 0 deletionssrc/core/ext/client_config/subchannel.h
- src/core/ext/client_config/subchannel_index.c 6 additions, 1 deletionsrc/core/ext/client_config/subchannel_index.c
- src/core/ext/lb_policy/grpclb/grpclb.c 4 additions, 0 deletionssrc/core/ext/lb_policy/grpclb/grpclb.c
- src/core/ext/lb_policy/pick_first/pick_first.c 1 addition, 0 deletionssrc/core/ext/lb_policy/pick_first/pick_first.c
- src/core/ext/lb_policy/round_robin/round_robin.c 1 addition, 0 deletionssrc/core/ext/lb_policy/round_robin/round_robin.c
Loading
Please register or sign in to comment