mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Since `gethostbyname()` can't fail because of memory-related issues, it has no way of representing a memory-related failure. We therefor use `NO_RECOVERY` to represent a memory-related failure as well as its normal name server related failures.