LogDownloadController: start the timeout timer when requesting the first chunk
The timer was only started in _logData(), which was called after receiving the first chunk of data (and only if that was successful), which means if the first request failed or timed out, the UI would never switch to a timed out state.
Loading
Please register or sign in to comment