Skip to content

Commit 0656e34

Browse files
authored
dns cache: remove assert at this layer (#18301)
Signed-off-by: Mike Schore <[email protected]>
1 parent c19d65e commit 0656e34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/extensions/common/dynamic_forward_proxy/dns_cache_manager_impl.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ DnsCacheSharedPtr DnsCacheManagerImpl::getCache(
3232
}
3333

3434
DnsCacheSharedPtr DnsCacheManagerImpl::lookUpCacheByName(absl::string_view cache_name) {
35-
ASSERT(context_.mainThreadDispatcher().isThreadSafe());
3635
const auto& existing_cache = caches_.find(cache_name);
3736
if (existing_cache != caches_.end()) {
3837
return existing_cache->second.cache_;

0 commit comments

Comments
 (0)