--- ugabuga/mozilla/netwerk/protocol/http/src/nsHttpHandler.cpp Thu Jul 18 07:08:55 2002 +++ mozilla/netwerk/protocol/http/src/nsHttpHandler.cpp Wed Oct 30 11:46:29 2002 @@ -917,6 +917,9 @@ if (mActiveConnections.Count() >= mMaxConnections) return PR_TRUE; + if (!PL_strcmp(ci->Host(),"localhost") || !PL_strcmp(ci->Host(),"127.0.0.1")) + return PR_FALSE; + nsHttpConnection *conn; PRUint8 totalCount = 0, persistentCount = 0; PRInt32 i;