]> git.ipfire.org Git - thirdparty/squid.git/commit
Improve how NotePairs::find() reports its results (#2175)
authorJoshua Rogers <MegaManSec@users.noreply.github.com>
Mon, 8 Sep 2025 17:54:42 +0000 (17:54 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Mon, 8 Sep 2025 17:54:53 +0000 (17:54 +0000)
commitdc2c28b9e1d01171c0dfce915d9d5b721d23ecf5
tree0474a1678d28837c49098929ab8b6e7199949f95
parent70146650fd9574e69d26c1054fef8b9f3b641761
Improve how NotePairs::find() reports its results (#2175)

Replaced a problematic combination of a boolean return type and an SBuf
out-parameter with a safer and more readable optional SBuf return type.
src/Notes.cc
src/Notes.h
src/auth/UserRequest.cc
src/auth/digest/UserRequest.cc
src/format/Format.cc