qt5base-lts/tests/auto/network/access
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
..
qabstractnetworkcache qabstractnetworkcache - enable several tests 2016-01-26 13:12:03 +00:00
qftp Updated license headers 2016-01-21 18:55:18 +00:00
qhttpnetworkconnection Updated license headers 2016-01-21 18:55:18 +00:00
qhttpnetworkreply Updated license headers 2016-01-21 18:55:18 +00:00
qnetworkaccessmanager Updated license headers 2016-01-21 18:55:18 +00:00
qnetworkcachemetadata Updated license headers 2016-01-21 18:55:18 +00:00
qnetworkcookie Updated license headers 2016-01-21 18:55:18 +00:00
qnetworkcookiejar Updated license headers 2016-01-21 18:55:18 +00:00
qnetworkdiskcache Updated license headers 2016-01-21 18:55:18 +00:00
qnetworkreply Async open file support in QNetworkAccessManager 2016-03-07 18:07:37 +00:00
qnetworkrequest Updated license headers 2016-01-21 18:55:18 +00:00
spdy Updated license headers 2016-01-21 18:55:18 +00:00
access.pro network: add support for the SPDY protocol 2014-02-19 21:44:15 +01:00