Aelia: add status bar, code update

git-svn-id: svn://kolibrios.org@7293 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2018-05-24 18:47:42 +00:00
parent 58d62b7c76
commit 5220da9d33
7 changed files with 166 additions and 77 deletions

View File

@@ -97,6 +97,7 @@ dword DOWNLOADER::Start(dword _url)
url = _url;
state = STATE_IN_PROGRESS;
httpd.get(url);
if (!httpd.transfer) Stop();
return httpd.transfer;
}