]> git.ipfire.org Git - thirdparty/squid.git/commit
Call StoreEntry::abort() instead of setting ENTRY_ABORTED flag.
authorAlex Rousskov <rousskov@measurement-factory.com>
Mon, 14 Feb 2011 04:56:59 +0000 (21:56 -0700)
committerAlex Rousskov <rousskov@measurement-factory.com>
Mon, 14 Feb 2011 04:56:59 +0000 (21:56 -0700)
commitbc52369a86625fb0c32e5de1ccc4b5e758546c30
tree62d07f2a436b95219fb36c7cef8b723312365395
parent3e2347477ce84178a100d309aab70ad4cec21ec8
Call StoreEntry::abort() instead of setting ENTRY_ABORTED flag.

This may be necessary because the abort() method does more than just setting
the flag and releasing the request. It guarantees, for example, that the
swapout I/O, if any, is closed.

This change is untested.
src/neighbors.cc