This was causing part of the disappearing cache objects problem. This is now internally handled in the new cache.

This commit is contained in:
gagan%netscape.com 1998-12-09 02:58:50 +00:00
Родитель d26cba289a
Коммит 0dc62760dc
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -2199,9 +2199,10 @@ net_parse_first_http_line (ActiveEntry *ce) {
* from the cache
*/
#ifdef MOZILLA_CLIENT
NET_RemoveURLFromCache(ce->URL_s);
/* NET_RemoveURLFromCache(ce->URL_s); */
#endif
if((ce->URL_s->server_status == 204
|| ce->URL_s->server_status == 201)
&& !cd->acting_as_proxy)