Skip to content

Rework QNetworkAccessManager use

Volker Krause requested to merge work/vkrause/nam-rework into master

This now only uses a single persistent instance for all network operations, with redirection, HSTS and caching enabled.

For Akademy 2022 this reduces the transfer volume per application start by about 20%, FOSDEM 2020 works again at all due to the use of a redirect.

Merge request reports