mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-07 18:14:20 +03:00
![Vincent Sanders](/assets/img/avatar_default.png)
Any fetch start error was being reported as "out of memory" which was clearly insufficient. Foe example bad urls (reported was file:// with a missing /) were causing a warn_user with out of memory. This change now at least causes a "bad url" message.