Hi, this PR adds better exception handling to Connection.getMenu() resolving several crashes I have noticed in real-world gopher holes. It prevents crashes in at least the following cases:
A menu line is missing the item type character
A menu line port does not parse as an integer
In both cases the line is treated as an unknown page.
Hi, this PR adds better exception handling to Connection.getMenu() resolving several crashes I have noticed in real-world gopher holes. It prevents crashes in at least the following cases:
In both cases the line is treated as an unknown page.