]> git.ipfire.org Git - thirdparty/squid.git/commit
Declare already-too-large objects with yet-unknown size as impossible to swap.
authorAlex Rousskov <rousskov@measurement-factory.com>
Tue, 6 Sep 2011 21:18:21 +0000 (15:18 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Tue, 6 Sep 2011 21:18:21 +0000 (15:18 -0600)
commit03ccfa325995f8b4f2f0a51452e923cc719fa6ef
treed03f0f1d9804dc534006c9f80d567f6bc58db0fa
parente0ba21280d39f7d0a5c9fbbb53353f98094e293a
Declare already-too-large objects with yet-unknown size as impossible to swap.

The original check for yet-unknown size was blocking the already-too-large check.

Amos Jeffries has identified this bug during an earlier review.
src/store.cc