]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Summary: Oops, another tagged bugfix.
authorrobertc <>
Thu, 22 May 2003 17:14:43 +0000 (17:14 +0000)
committerrobertc <>
Thu, 22 May 2003 17:14:43 +0000 (17:14 +0000)
Keywords:

Oops, another tagged bugfix.

src/DelayTagged.cc

index cefce2b5ab27e6e7765fc3264cca5a97aa0cd87e..1e735cd78aca3a7754110cf163cccad4a21de1a2 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: DelayTagged.cc,v 1.2 2003/05/22 10:14:09 robertc Exp $
+ * $Id: DelayTagged.cc,v 1.3 2003/05/22 11:14:43 robertc Exp $
  *
  * DEBUG: section 77    Delay Pools
  * AUTHOR: Robert Collins <robertc@squid-cache.org>
@@ -142,6 +142,7 @@ DelayTagged::update(int incr)
 {
     DelayTaggedUpdater updater(spec, incr);
     buckets.head->walk (DelayTaggedUpdateWalkee, &updater);
+    kickReads();
 }
 
 void