--- netwerk/dns/src/nsHostResolver.cpp.orig 2008-07-18 01:22:18.000000000 -0500 +++ netwerk/dns/src/nsHostResolver.cpp 2008-07-18 01:25:34.000000000 -0500 @@ -449,14 +449,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; - } // if the host name is an IP address literal and has been parsed, // go ahead and use it. else if (he->rec->addr) {