summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject.cpp
diff options
context:
space:
mode:
authorLudger Krämer <kraemer@dem-gmbh.de>2014-09-17 10:39:44 +0200
committerLudger Krämer <kraemer@dem-gmbh.de>2015-03-31 06:24:07 +0000
commit9ea80826581b3ce8081567823e2377b8590917b8 (patch)
treec6fa546a30c9b001a373f18f80a83dc33cf2e6f0 /src/corelib/kernel/qobject.cpp
parent7baaec17edb06634f1d6235a55c7adbd112cba3e (diff)
fix high memory usage on large download
previously the whole response was cached in a NSMutableData which leads to high memory usage on large responses (e.g. downloading a large file). With this patch only the part of the answer that has not yet been read by the caller is cached. Task-number: QTBUG-41356 Change-Id: Ic2fe822552620d8835a2c81f8c76dd170fe6ec97 Reviewed-by: Morten Johan Sørvig <morten.sorvig@theqtcompany.com>
Diffstat (limited to 'src/corelib/kernel/qobject.cpp')
0 files changed, 0 insertions, 0 deletions