未验证 提交 2cd9b414 编写于 作者: L learning-to-play 提交者: GitHub

Merge pull request #61082 from tensorflow/venkat-patch-333

Updating Simplified retry logic to DNS cache for patch release 2.12.1
......@@ -110,7 +110,7 @@ void GcsDnsCache::AnnotateRequest(HttpRequest* request) {
absl::Status return_status;
switch (return_code) {
case 0:
return_status = OkStatus();
return_status = absl::OkStatus();
break;
#ifndef _WIN32
case EAI_ADDRFAMILY:
......@@ -175,7 +175,7 @@ void GcsDnsCache::AnnotateRequest(HttpRequest* request) {
#endif
}
return Status(return_status);
return FromAbslStatus(return_status);
},
retryConfig);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册