mirror of https://github.com/grpc/grpc-web.git
gRPC Sync
This commit is contained in:
parent
9f5cb2f7ad
commit
3359f0db72
|
@ -386,7 +386,7 @@ grpc_channel* Runtime::GetBackendChannel(
|
|||
(pem_private_key.empty() || pem_cert_chain.empty())
|
||||
? nullptr
|
||||
: &pem_key_cert_pair,
|
||||
nullptr);
|
||||
nullptr, nullptr);
|
||||
channel = grpc_secure_channel_create(creds, backend_address.c_str(),
|
||||
&channel_args, nullptr);
|
||||
grpc_channel_credentials_release(creds);
|
||||
|
|
|
@ -18,4 +18,4 @@ cd "$(dirname "$0")"/..
|
|||
git submodule update --init
|
||||
cd third_party/closure-library && git checkout tags/v20171112 -f && cd ../..
|
||||
cd third_party/openssl && git checkout tags/OpenSSL_1_0_2h -f && cd ../..
|
||||
cd third_party/grpc && git checkout ac0188e -f && git submodule update --init && cd ../..
|
||||
cd third_party/grpc && git checkout d8772cf -f && git submodule update --init && cd ../..
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit ac0188e25b46a191e278610e264edb1df1287c94
|
||||
Subproject commit d8772cf88f3a910160349eb21950dcd9619d1b6a
|
Loading…
Reference in New Issue