]> git.ipfire.org Git - thirdparty/squid.git/commit - src/ipcache.cc
Bug #1404: CNAME adresses remembered with wrong TTL
authorserassio <>
Sun, 23 Oct 2005 20:10:45 +0000 (20:10 +0000)
committerserassio <>
Sun, 23 Oct 2005 20:10:45 +0000 (20:10 +0000)
commit2d320a3ac149038006625c76534d22dfa9b11c37
treebc5bfe15e47432fc7d4d8db67bab78f15b4e7194
parent4bf2a6c5b5cbf4349226e2cf5092593ef32bf8a8
Bug #1404: CNAME adresses remembered with wrong TTL

should use the lowest TTL of the CNAME and A records, but was using only
the TTL of the A records.

Added too some forgotten things fron Bug #1222.

Forward port of 2.5 patches.
include/rfc1035.h
src/fqdncache.cc
src/ipcache.cc