qt5base-lts/tests/auto/network/access
Shane Kearns 46e40214cf choke uploadProgress signals
The QNetworkReply::uploadProgress signal is intended for updating UI
elements such as a progress bar.
Limit the signal emissions to 10 per second to prevent overloading
the UI with updates.
As with the downloadProgress choke, this is implemented by dropping
signals that occur within 100ms of the previous emission.

The 100% signal is always emitted (bytesSent == bytesTotal)
When the upload size is initially unknown, this behaviour is still
provided by the upload device emitting a suitable readProgress
signal when EOF is reached.

Task-number: QTBUG-20449
Change-Id: I77e03c8a49109106e1c375ee00380293fd326b63
Reviewed-by: Martin Petersson <Martin.Petersson@nokia.com>
2012-06-14 05:26:37 +02:00
..
qabstractnetworkcache Make tst_qabstractnetworkcache parallel-safe 2012-06-01 03:16:11 +02:00
qftp Put bug numbers on same line as insignificant_test markers. 2012-04-16 03:10:22 +02:00
qhttpnetworkconnection Add CONFIG+=parallel_test to suspected parallel-safe tests. 2012-05-28 07:33:01 +02:00
qhttpnetworkreply Add CONFIG+=parallel_test to suspected parallel-safe tests. 2012-05-28 07:33:01 +02:00
qnetworkaccessmanager Add CONFIG+=parallel_test to suspected parallel-safe tests. 2012-05-28 07:33:01 +02:00
qnetworkcachemetadata Add CONFIG+=parallel_test to suspected parallel-safe tests. 2012-05-28 07:33:01 +02:00
qnetworkcookie Add CONFIG+=parallel_test to suspected parallel-safe tests. 2012-05-28 07:33:01 +02:00
qnetworkcookiejar Add CONFIG+=parallel_test to suspected parallel-safe tests. 2012-05-28 07:33:01 +02:00
qnetworkdiskcache Make tst_qnetworkdiskcache parallel-safe 2012-05-31 05:37:28 +02:00
qnetworkreply choke uploadProgress signals 2012-06-14 05:26:37 +02:00
qnetworkrequest Add CONFIG+=parallel_test to suspected parallel-safe tests. 2012-05-28 07:33:01 +02:00
access.pro Make QFtp private. 2012-01-12 14:38:55 +01:00