diff options
| author | Bojidar Marinov | 2016-06-07 21:29:15 +0300 |
|---|---|---|
| committer | Bojidar Marinov | 2016-06-07 21:49:19 +0300 |
| commit | e4a24812cd3fa6d6fb9f0ba440e01c84642204ac (patch) | |
| tree | 89f711e94b816bedb94b5267019b4321aaa08bb3 /scene/main/http_request.cpp | |
| parent | ce328ce99b6dd41862dea3c95aa8621dc4b83d15 (diff) | |
| download | godot-e4a24812cd3fa6d6fb9f0ba440e01c84642204ac.tar.gz godot-e4a24812cd3fa6d6fb9f0ba440e01c84642204ac.tar.zst godot-e4a24812cd3fa6d6fb9f0ba440e01c84642204ac.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 232061662..be0d0c012 100644 --- a/scene/main/http_request.cpp +++ b/scene/main/http_request.cpp @@ -499,6 +499,7 @@ HTTPRequest::HTTPRequest() use_ssl=false; response_code=0; request_sent=false; + requesting=false; client.instance(); use_threads=false; body_size_limit=-1; |
