зеркало из https://github.com/mozilla/pjs.git
Use the new netgeturlquick that Gagan has given us
This commit is contained in:
Родитель
03c8ac93bc
Коммит
2406af25d9
|
@ -212,7 +212,11 @@ rdf_GetURL (MWContext *cx, int method, Net_GetUrlExitFunc *exit_routine, RDFFil
|
|||
/* urls->use_local_copy = rdfFile->localp;*/
|
||||
urls->fe_data = rdfFile;
|
||||
if (method) urls->method = method;
|
||||
NET_GetURL(urls, FO_CACHE_AND_RDF, cx, rdf_GetUrlExitFunc);
|
||||
if (rdfFile->localp) {
|
||||
NET_GetURLQuick(urls, FO_CACHE_AND_RDF, cx, rdf_GetUrlExitFunc);
|
||||
} else {
|
||||
NET_GetURLQuick(urls, FO_CACHE_AND_RDF, cx, rdf_GetUrlExitFunc);
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче