qt6-bb10/tests/auto/network/access
Peter Hartmann 1de244ea65 network: add support for the SPDY protocol
Currently the only supported SPDY version is 3.0.

The feature needs to be enabled explicitly via
QNetworkRequest::SpdyAllowedAttribute. Whether SPDY actually was used
can be determined via QNetworkRequest::SpdyWasUsedAttribute from a
QNetworkReply once it has been started (i.e. after the encrypted()
signal has been received). Whether SPDY can be used will be
determined during the SSL handshake through the TLS NPN extension
(see separate commit).

The following things from SPDY have not been enabled currently:
* server push is not implemented, it has never been seen in the wild;
  in that case we just reject a stream pushed by the server, which is
  legit.
* settings are not persisted across SPDY sessions. In practice this
  means that the server sends a small message upon session start
  telling us e.g. the number of concurrent connections.
* SSL client certificates are not supported.

Task-number: QTBUG-18714

[ChangeLog][QtNetwork] Added support for the SPDY protocol (version
3.0).

Change-Id: I81bbe0495c24ed84e9cf8af3a9dbd63ca1e93d0d
Reviewed-by: Richard J. Moore <rich@kde.org>
2014-02-19 21:44:15 +01:00
..
qabstractnetworkcache Remove qSort usages from network tests 2014-02-17 19:31:01 +01:00
qftp WinRT: Fixed compilation of network autotests and benchmarks 2013-12-06 15:06:47 +01:00
qhttpnetworkconnection network tests: do not rely on external servers 2014-02-11 16:03:02 +01:00
qhttpnetworkreply Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qnetworkaccessmanager QNetworkAccessManager: track online / accessible state without session 2013-04-02 10:46:23 +02:00
qnetworkcachemetadata tests: Make the QT assignments more explicit 2013-08-21 19:05:52 +02:00
qnetworkcookie tests: Fix some more old references and links to Nokia 2013-02-01 15:27:37 +01:00
qnetworkcookiejar QNetworkCookie: allow cookies for IPv6 domains 2013-12-13 09:44:25 +01:00
qnetworkdiskcache Remove qSort usages from network tests 2014-02-17 19:31:01 +01:00
qnetworkreply Add more specific HTTP error codes to QNetworkReply::NetworkError 2014-01-30 07:56:47 +01:00
qnetworkrequest tests: Fix some more old references and links to Nokia 2013-02-01 15:27:37 +01:00
spdy network: add support for the SPDY protocol 2014-02-19 21:44:15 +01:00
access.pro network: add support for the SPDY protocol 2014-02-19 21:44:15 +01:00