UI: Add a note for HTML link parsing.
It's a bit messy but should probably do this eventually.
This commit is contained in:
parent
94e6950d48
commit
fb2ce46eca
1 changed files with 1 additions and 0 deletions
|
@ -159,6 +159,7 @@ static bool LoadGameList(const std::string &host, int port, std::vector<std::str
|
||||||
Buffer result;
|
Buffer result;
|
||||||
int code = 500;
|
int code = 500;
|
||||||
std::vector<std::string> responseHeaders;
|
std::vector<std::string> responseHeaders;
|
||||||
|
// TODO: Use relative url parsing (URL::Relative) instead.
|
||||||
std::string subdir = RemoteSubdir();
|
std::string subdir = RemoteSubdir();
|
||||||
|
|
||||||
// Start by requesting the list of games from the server.
|
// Start by requesting the list of games from the server.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue