diff options
| author | Juan Linietsky | 2016-05-21 22:34:55 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-05-21 22:34:55 -0300 |
| commit | eacb8f04c4697b8123afeec03088eebb3c4b20bd (patch) | |
| tree | 8070f7807ec5d6a375df7184b151abbee8790608 /scene/main/http_request.cpp | |
| parent | a75f8963380a1f6ae8501f21a1d3f3bef8a89d91 (diff) | |
| parent | 4c4d79e3c98182faf348f41f98d1cc3e5d843e69 (diff) | |
| download | godot-eacb8f04c4697b8123afeec03088eebb3c4b20bd.tar.gz godot-eacb8f04c4697b8123afeec03088eebb3c4b20bd.tar.zst godot-eacb8f04c4697b8123afeec03088eebb3c4b20bd.zip | |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'scene/main/http_request.cpp')
| -rw-r--r-- | scene/main/http_request.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/main/http_request.cpp b/scene/main/http_request.cpp index 90e371379..328ad8fb2 100644 --- a/scene/main/http_request.cpp +++ b/scene/main/http_request.cpp @@ -494,7 +494,7 @@ HTTPRequest::HTTPRequest() max_redirects=8; body_len=-1; got_response=false; - validate_ssl=false; + validate_ssl=false; use_ssl=false; response_code=0; request_sent=false; |
