From: Amos Jeffries Date: Sat, 19 Jul 2008 05:10:03 +0000 (-0600) Subject: Author: Eugene Gladchenko X-Git-Tag: SQUID_3_0_STABLE9~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2c8d8256376fb96accd66608830eec37ce3be82;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 1cfbbae956..f9b50a0700 100644 --- a/src/stat.cc +++ b/src/stat.cc @@ -1710,7 +1710,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