You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The NetworkRequest implementation uses a activity timer to make sure that libcurl is actually doing something.
In the old media backend this also checked if there were actually some bytes transferred, otherwise the timer was not reset.
The new downloader also should reset the timer only if actual data was transferred.
The text was updated successfully, but these errors were encountered:
The NetworkRequest implementation uses a activity timer to make sure that libcurl is actually doing something.
In the old media backend this also checked if there were actually some bytes transferred, otherwise the timer was not reset.
The new downloader also should reset the timer only if actual data was transferred.
The text was updated successfully, but these errors were encountered: