summarylogtreecommitdiffstats
path: root/0004-disable-thread-safety-analysis-for-file-system-http.patch
blob: 71ea3b0b4b2ae9efd246e59f5497e80f98908cba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -Naur a/source/extensions/http/cache/file_system_http_cache/lookup_context.h b/source/extensions/http/cache/file_system_http_cache/lookup_context.h
--- a/source/extensions/http/cache/file_system_http_cache/lookup_context.h	2024-10-15 12:15:52.000000000 -0400
+++ b/source/extensions/http/cache/file_system_http_cache/lookup_context.h	2024-10-16 10:23:57.055819078 -0400
@@ -33,7 +33,7 @@
   ~FileLookupContext() override { onDestroy(); }
 
   const LookupRequest& lookup() const { return lookup_; }
-  const Key& key() const { return key_; }
+  const Key& key() const ABSL_NO_THREAD_SAFETY_ANALYSIS { return key_; }
   bool workInProgress() const;
   Event::Dispatcher* dispatcher() const { return &dispatcher_; }