From: Henrik Nordstrom Date: Fri, 18 Jul 2008 22:13:57 +0000 (+0200) Subject: Author: Eugene Gladchenko X-Git-Tag: SQUID_3_1_0_1~49^2~135 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65a29f29c119f2e4f7f3b06334791a2b64c60197;p=thirdparty%2Fsquid.git Author: Eugene Gladchenko Bug #2418: mgr:active_requests always returns "delay_pool 0" The delay pool indication in mgr:active_requests had not been updated when delay pools was refactored some years ago.. --- diff --git a/src/stat.cc b/src/stat.cc index cc1a8594ce..1b0a085487 100644 --- a/src/stat.cc +++ b/src/stat.cc @@ -1674,7 +1674,7 @@ statClientRequests(StoreEntry * s) #if DELAY_POOLS - storeAppendPrintf(s, "delay_pool %d\n", DelayId::DelayClient(http) >> 16); + storeAppendPrintf(s, "delay_pool %d\n", DelayId::DelayClient(http).pool()); #endif