diff options
| author | Juan Linietsky | 2017-11-01 23:12:28 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-11-01 23:13:27 -0300 |
| commit | 79f81b77e2160fd4fb490b9e8e05636de70174bf (patch) | |
| tree | e1596942656e0e6d9249e3f1921530edc40824fd /scene/main/http_request.cpp | |
| parent | 93a3d1714ee9b1535ac8f902bd7b2b3135712b90 (diff) | |
| download | godot-79f81b77e2160fd4fb490b9e8e05636de70174bf.tar.gz godot-79f81b77e2160fd4fb490b9e8e05636de70174bf.tar.zst godot-79f81b77e2160fd4fb490b9e8e05636de70174bf.zip | |
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 1e1e4f2d5..672e893f1 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; |
