summaryrefslogtreecommitdiffstats
path: root/tests/manual/qnetworkreply
Commit message (Collapse)AuthorAgeFilesLines
* QNAM HTTP: Fix readBuffer maximum size.Markus Goetz2010-01-112-0/+143
QHttpNetworkReply has now a throttled mode. If this is activated, it will only read HTTP body when its internal buffer is empty. This means that QNetworkReply.setReadBufferSize() can finally be used for bandwidth limiting. Thanks to David Faure for helping out. Reviewed-By: Peter Hartmann