]> git.ipfire.org Git - thirdparty/squid.git/commit
Y2038: Fix cache_peer connect-timeout reporting (#1494)
authorFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Tue, 3 Oct 2023 08:03:39 +0000 (08:03 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Tue, 3 Oct 2023 10:52:10 +0000 (10:52 +0000)
commit20739f57cdb2d2f49c2ac4e7cee906de89f4c142
tree079e226ef76f277fa85cf76c8c9e1d65a3329b03
parent26b6afafd40ddca320208bb94e233c68c1a43f7a
Y2038: Fix cache_peer connect-timeout reporting (#1494)

... on systems with 64-bit time_t and 32-bit int.

Also fixed `htcp=oldsquid` reporting broken since 2015 commit 4ac1880.

This fix affects mgr:config and mgr:server_list cache manager reports.
src/neighbors.cc