Details
-
Type:
Task
-
Status: Open
-
Priority:
P3: Somewhat important
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: Some future release
-
Component/s: Network: Cache
-
Labels:None
Description
For some of its files, QNetworkDiskCache could return a memory mapped file implementation that can be used by the QNetworkReply.
This needs some magic with a QSharedPoiner<char> and a custom deleter.