issue:CURL onProgress called to much.

The callback onProgress was called more then 30,000 times in 8 seconds…
So we google it and found then it is an issue in curl lib.
It seems the issue was fixed in curl, and cocos2dx may update to the the newest curl lib.

By the way, it seems to be a bad idea to process just one message per frame in AssetsManager::Helper::update(float).