qt5base-lts/tests/auto/network
Jesus Fernandez 8c86d57e32 Async open file support in QNetworkAccessManager
This change adds support for BackgroundRequestAttribute to local file request. It is useful
when opening files located in network drives where the file open operation could take several
seconds to complete. When this attribute is activated the QNetworkAccessManager::get call
returns the reply immediately and the user has to wait until QNetworkReply::finished signal
is emitted or QNetworkReply::isFinished function returns true.

Task-number: QTBUG-45925
Change-Id: Ie2019dd94fe04253d1ef6874811d7e749a5aad93
Reviewed-by: Edward Welbourne <edward.welbourne@theqtcompany.com>
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@theqtcompany.com>
2016-03-07 18:07:37 +00:00
..
access Async open file support in QNetworkAccessManager 2016-03-07 18:07:37 +00:00
bearer Updated license headers 2016-01-21 18:55:18 +00:00
kernel Merge remote-tracking branch 'origin/5.6' into dev 2016-01-26 16:27:28 +01:00
socket Rename test to comply with coding conventions. 2016-03-07 15:02:23 +00:00
ssl Updated license headers 2016-01-21 18:55:18 +00:00
network.pro Re-enable network tests on Mac OS. 2012-04-24 16:06:28 +02:00