]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
author: Alex Rousskov <rousskov@measurement-factory.com>
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Thu, 28 Jul 2011 09:25:42 +0000 (12:25 +0300)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Thu, 28 Jul 2011 09:25:42 +0000 (12:25 +0300)
Bug 3138: squidclient mgr:objects/mgr:vm_objects never ends

src/stat.cc

index 31eaa1e9dfe36a6bcb1e15b7cce44b21b750298c..f49f936f84f1f30dd85e28640c089c911aebb80f 100644 (file)
@@ -393,6 +393,7 @@ statObjects(void *data)
         cbdataFree(state);
         return;
     } else if (state->sentry->checkDeferRead(-1)) {
+        state->sentry->flush();
         eventAdd("statObjects", statObjects, state, 0.1, 1);
         return;
     }