From e10d005f81fc92029459c02ae9cdc3541bc216fe Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Sat, 15 Dec 2001 06:00:03 +0000 Subject: Added the lookup_domain() function which replaces the DNS caching system. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 401c56f..ada7746 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2001-12-15 Robert James Kaes + + * src/sock.c (lookup_domain): Removed the DNS cache since + according to RFC2616 a HTTP client should not cache an address if + the client doesn't also respect the TTL value. tinyproxy does not + have a complete DNS resolver. Additionally, a caching DNS system + is an administrator decision which should not be included in + tinyproxy. + 2001-11-25 Robert James Kaes * src/buffer.c (makenewline): This function now copies the actual -- cgit v1.2.3