]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Clarified TODO.
authorAlex Rousskov <rousskov@measurement-factory.com>
Thu, 12 May 2011 04:01:29 +0000 (22:01 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Thu, 12 May 2011 04:01:29 +0000 (22:01 -0600)
src/store_dir.cc

index 699e9e35a36cf73f16d9dadcba67886b9c698d5b..8ecdbad5d00b41bea935b609b259868d54150070 100644 (file)
@@ -718,7 +718,8 @@ StoreController::get(const cache_key *key)
         }
     }
 
-    // TODO: this disk iteration is misplaced; move to StoreHashIndex
+    // TODO: this disk iteration is misplaced; move to StoreHashIndex when
+    // the global store_table is no longer used for in-transit objects.
     if (const int cacheDirs = Config.cacheSwap.n_configured) {
         // ask each cache_dir until the entry is found; use static starting
         // point to avoid asking the same subset of disks more often