Skip to content

Commit

Permalink
Fix TSan report around condvar in HostResolver
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-milovidov committed Jun 25, 2024
1 parent 6463c9c commit 5b79cd8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,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 5b79cd8

Please sign in to comment.