From d4325a022b2dbd3c453e44f2f8d4e5dc39c03cd7 Mon Sep 17 00:00:00 2001 From: corvid Date: Wed, 10 Sep 2014 18:29:59 +0000 Subject: cache abort: don't skip clients --- src/cache.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/cache.c b/src/cache.c index 78096af7..1100b718 100644 --- a/src/cache.c +++ b/src/cache.c @@ -983,6 +983,7 @@ bool_t a_Cache_process_dbuf(int Op, const char *buf, size_t buf_size, a_Bw_remove_client(web->bw, Client->Key); Cache_client_dequeue(Client); + --i; /* Keep the index value in the next iteration */ } } } -- cgit v1.2.3