* Fix: High latency in tcping test due to thread blocking
* Fix: download to fast, speed displayed as 0.
---------
Co-authored-by: 2dust <31833384+2dust@users.noreply.github.com>
Moved GetRealPingTime from HttpClientHelper to ConnectionHandler and refactored related methods for clarity. Removed unused and redundant HTTP helper methods. Updated DownloadService and SpeedtestService to use the new method signatures. Simplified UpdateService constructor using primary constructor syntax.