NetSurf appears to need to call hlcache_poll even if no fetches are active otherwise it sometimes gets stuck when fetching
This commit is contained in:
parent
09af7a92aa
commit
4b9fcb1ad0
|
@ -254,6 +254,7 @@ int netsurf_main_loop(void)
|
|||
if(fetch_active)
|
||||
schedule(0, netsurf_fetch_callback, NULL);
|
||||
gui_poll(fetch_active);
|
||||
hlcache_poll();
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue