Details
-
Type:
Task
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Won't Do
-
Affects Version/s: None
-
Fix Version/s: Some future release
-
Component/s: Network
-
Labels:
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.