We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb3dde commit 20ea715Copy full SHA for 20ea715
src/library/grpc/client/grpc_client_low.h
@@ -207,7 +207,7 @@ class TGRpcRequestProcessorCommon {
207
void ApplyMeta(const TCallMeta& meta) {
208
for (const auto& rec : meta.Aux) {
209
Context.AddMetadata(NYdb::TStringType{rec.first}, NYdb::TStringType{rec.second});
210
- }
+ }
211
if (meta.CallCredentials) {
212
Context.set_credentials(meta.CallCredentials);
213
}
0 commit comments