* Fixed an issue where `http://` links were not recognized as operation links
(they were assumed to always be `https://`, since all the other
requests are always HTTPS).
Occasionally, Yandex.Disk can for some reason return an `http://` link
to an asynchronous operation instead of `https://`.
Both links are now recognized correctly and an `https://` version will
always be used by `get_operation_status()`, regardless of which one
Yandex.Disk returned.