]> git.ipfire.org Git - thirdparty/squid.git/commit
Polished mgr query handoff from the original recepient worker to Coordinator.
authorAlex Rousskov <rousskov@measurement-factory.com>
Mon, 14 Feb 2011 04:48:35 +0000 (21:48 -0700)
committerAlex Rousskov <rousskov@measurement-factory.com>
Mon, 14 Feb 2011 04:48:35 +0000 (21:48 -0700)
commit3e2347477ce84178a100d309aab70ad4cec21ec8
tree03390d9cd2c8c5b84b1065c5af044dc8f7d92c89
parentfad1a21e29756022b1428f86f6184df6cb67c228
Polished mgr query handoff from the original recepient worker to Coordinator.

When the worker receives a cache manager query, gives it to Coordinator, and
receives an ACK from Coordinator, the worker should stop handling the
originating transaction without declaring the associated StoreEntry as
complete because doing so triggers store client activity on the client-side
and might cause undesirable output to the now-shared HTTP client socket.
Besides, declaring an empty entry as complete is kind of wrong.
src/mgr/Forwarder.cc