Details
-
Task
-
Resolution: Won't Do
-
P3: Somewhat important
-
None
Description
We currently have code in QNetworkAccessManager that is synchronously loading things, like e.g. loading the bearer plugin or initialising the whole SSL code. We should rather do that in the HTTP thread to not block the main event loop.