Skip to content

Commit

Permalink
Update GeneralHTTPCredentialsProvider.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-milovidov authored Jun 24, 2024
1 parent c6b1533 commit 75b0833
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ bool GeneralHTTPCredentialsProvider::ShouldCreateGeneralHTTPProvider(const Aws::
std::unique_lock<std::mutex> lock(hostResolverMutex);
shouldAllow = !addresses.empty();
hostResolved = true;
hostResolverCV.notify_one();
}
else
{
Expand Down

0 comments on commit 75b0833

Please sign in to comment.