diff options
author | thegeorg <thegeorg@yandex-team.com> | 2022-11-09 12:13:47 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2022-11-09 12:13:47 +0300 |
commit | 80f5c1d76c74f49e72bece723f9c1b7a25852e70 (patch) | |
tree | d00038bca499594f3b058936272dea3b69bf822e /contrib/libs/grpc/include/grpcpp/impl/codegen | |
parent | 41fc4a8aaa393fbb516c9e0edb6ffe98ab7097e5 (diff) | |
download | ydb-80f5c1d76c74f49e72bece723f9c1b7a25852e70.tar.gz |
Update contrib/libs/grpc to 1.44.0
Diffstat (limited to 'contrib/libs/grpc/include/grpcpp/impl/codegen')
-rw-r--r-- | contrib/libs/grpc/include/grpcpp/impl/codegen/client_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/grpc/include/grpcpp/impl/codegen/client_context.h b/contrib/libs/grpc/include/grpcpp/impl/codegen/client_context.h index d8204fafde7..f450b0e5cef 100644 --- a/contrib/libs/grpc/include/grpcpp/impl/codegen/client_context.h +++ b/contrib/libs/grpc/include/grpcpp/impl/codegen/client_context.h @@ -288,7 +288,7 @@ class ClientContext { /// with the possibility of receiving a cached response. void set_cacheable(bool cacheable) { cacheable_ = cacheable; } - /// EXPERIMENTAL: Trigger wait-for-ready or not on this request. + /// Trigger wait-for-ready or not on this request. /// See https://github.com/grpc/grpc/blob/master/doc/wait-for-ready.md. /// If set, if an RPC is made when a channel's connectivity state is /// TRANSIENT_FAILURE or CONNECTING, the call will not "fail fast", |