From 57ecc00978115ec919d78be622c08d95f141032e Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Thu, 7 Apr 2016 11:43:00 -0700 Subject: Note the introductory version of network redirection related enums. These were missed in d815de8c26ccee33713e37a0fec2982755dcfe1f which originally added these values. Change-Id: I69618c90e71f7cc01eef3db477427759e62f626b Reviewed-by: Allan Sandfeld Jensen Reviewed-by: Mandeep Sandhu --- src/network/access/qnetworkreply.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/network/access/qnetworkreply.cpp') diff --git a/src/network/access/qnetworkreply.cpp b/src/network/access/qnetworkreply.cpp index 26f7034c09..a7565560ac 100644 --- a/src/network/access/qnetworkreply.cpp +++ b/src/network/access/qnetworkreply.cpp @@ -135,10 +135,12 @@ QNetworkReplyPrivate::QNetworkReplyPrivate() \value TooManyRedirectsError while following redirects, the maximum limit was reached. The limit is by default set to 50 or as set by QNetworkRequest::setMaxRedirectsAllowed(). + (This value was introduced in 5.6.) \value InsecureRedirectError while following redirects, the network access API detected a redirect from a encrypted protocol (https) to an unencrypted one (http). + (This value was introduced in 5.6.) \value ProxyConnectionRefusedError the connection to the proxy server was refused (the proxy server is not accepting requests) -- cgit v1.2.3