]> git.ipfire.org Git - thirdparty/squid.git/commit
Run cache_peer probes without transaction context (#1256)
authorEduard Bagdasaryan <eduard.bagdasaryan@measurement-factory.com>
Fri, 10 Feb 2023 15:44:18 +0000 (15:44 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sun, 12 Feb 2023 23:44:04 +0000 (23:44 +0000)
commitbe5328880c80c64300221f1919b8cb78981d3b78
tree61051d15bd9623ba0992fa964f59e97dbe1f4202
parent5eee0e42ab5ad5d2f296e698bdfc5e711bb490d4
Run cache_peer probes without transaction context (#1256)

Even when triggered by a master transaction, these background probes
should not be associated with it. That transaction just wants to know
whether the neighbor is "up" right now. The transaction does not wait
(and is not aware of) the background probe its question may or may not
have triggered.
src/neighbors.cc