-Modules can now add custom version info (added it for Mono)

-Version string takes this version info
-Ability to download templates from the interweb (listing does not work yet)
This commit is contained in:
Juan Linietsky 2017-11-01 23:12:28 -03:00
parent 93a3d1714e
commit 79f81b77e2
8 changed files with 268 additions and 11 deletions

View file

@ -579,6 +579,7 @@ HTTPRequest::HTTPRequest() {
client.instance();
use_threads = false;
thread_done = false;
downloaded = 0;
body_size_limit = -1;
file = NULL;
status = HTTPClient::STATUS_DISCONNECTED;