Update asset library editor plugin - new functionality and fixes

This commit is contained in:
Bojidar Marinov 2016-06-07 21:29:15 +03:00
parent ce328ce99b
commit e4a24812cd
No known key found for this signature in database
GPG key ID: 4D546A8F1E091856
4 changed files with 437 additions and 232 deletions

View file

@ -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;