diff options
author | Juan Linietsky <reduzio@gmail.com> | 2017-11-01 23:12:28 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2017-11-01 23:13:27 -0300 |
commit | 79f81b77e2160fd4fb490b9e8e05636de70174bf (patch) | |
tree | e1596942656e0e6d9249e3f1921530edc40824fd /scene/main/http_request.cpp | |
parent | 93a3d1714ee9b1535ac8f902bd7b2b3135712b90 (diff) | |
download | redot-engine-79f81b77e2160fd4fb490b9e8e05636de70174bf.tar.gz |
-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)
Diffstat (limited to 'scene/main/http_request.cpp')
-rw-r--r-- | scene/main/http_request.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/main/http_request.cpp b/scene/main/http_request.cpp index 1e1e4f2d5f..672e893f1b 100644 --- a/scene/main/http_request.cpp +++ b/scene/main/http_request.cpp @@ -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; |