Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
4.8.0
-
None
Description
On mobile devices, it's common to interrupt and resume downloads based on various conditions (connection changes, least cost routing, incoming call, higher-priority download etc. etc.).
Bearer Management already supports this feature when the backend changes (e.g. form 3g to WLan), but it would be nice if the developer could manually trigger a pause/resume via API.
Suggestion: QNetworkReply::canResume(), QNetworkReply::pause(), QNetworkReply::resume()