UI: Add a note for HTML link parsing.

It's a bit messy but should probably do this eventually.
This commit is contained in:
Unknown W. Brackets 2019-06-23 13:34:54 -07:00
parent 94e6950d48
commit fb2ce46eca

View File

@ -159,6 +159,7 @@ static bool LoadGameList(const std::string &host, int port, std::vector<std::str
Buffer result;
int code = 500;
std::vector<std::string> responseHeaders;
// TODO: Use relative url parsing (URL::Relative) instead.
std::string subdir = RemoteSubdir();
// Start by requesting the list of games from the server.