--- netwerk/dns/src/nsHostResolver.cpp.orig Wed Sep 1 18:07:27 2004 +++ netwerk/dns/src/nsHostResolver.cpp Mon Nov 22 08:28:02 2004 @@ -409,14 +409,6 @@ // if the record is null, then HostDB_InitEntry failed. if (!he || !he->rec) rv = NS_ERROR_OUT_OF_MEMORY; - // do we have a cached result that we can reuse? - else if (!(flags & RES_BYPASS_CACHE) && - he->rec->HasResult() && - NowInMinutes() <= he->rec->expiration) { - LOG(("using cached record\n")); - // put reference to host record on stack... - result = he->rec; - } // try parsing the host name as an IP address literal to short // circuit full host resolution. (this is necessary on some // platforms like Win9x. see bug 219376 for more details.)