diff options
| author | Rémi Verschelde | 2016-06-03 18:23:59 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2016-06-03 18:23:59 +0200 |
| commit | 21e05167b1f3afa46de33be76b17b600cd9c640c (patch) | |
| tree | 3e9385c7272d15b13586ee43e34fc590852f9875 /scene/main/http_request.cpp | |
| parent | 2ca4995a6f934b9d849679e3bbcf5722d5e238f0 (diff) | |
| parent | 4c5439f8cd787d6422a5ca30316f256227ff3405 (diff) | |
| download | godot-21e05167b1f3afa46de33be76b17b600cd9c640c.tar.gz godot-21e05167b1f3afa46de33be76b17b600cd9c640c.tar.zst godot-21e05167b1f3afa46de33be76b17b600cd9c640c.zip | |
Diffstat (limited to 'scene/main/http_request.cpp')
| -rw-r--r-- | scene/main/http_request.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scene/main/http_request.cpp b/scene/main/http_request.cpp index 328ad8fb2..232061662 100644 --- a/scene/main/http_request.cpp +++ b/scene/main/http_request.cpp @@ -480,8 +480,9 @@ void HTTPRequest::_bind_methods() { BIND_CONSTANT( RESULT_NO_RESPONSE ); BIND_CONSTANT( RESULT_BODY_SIZE_LIMIT_EXCEEDED ); BIND_CONSTANT( RESULT_REQUEST_FAILED ); - BIND_CONSTANT( RESULT_REDIRECT_LIMIT_REACHED ); + BIND_CONSTANT( RESULT_DOWNLOAD_FILE_CANT_OPEN ); BIND_CONSTANT( RESULT_DOWNLOAD_FILE_WRITE_ERROR ); + BIND_CONSTANT( RESULT_REDIRECT_LIMIT_REACHED ); } |
