aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4include_p.h
diff options
context:
space:
mode:
authorVladimir Belyavsky <belyavskyv@gmail.com>2023-06-14 19:15:39 +0300
committerVladimir Belyavsky <belyavskyv@gmail.com>2023-06-15 21:31:01 +0300
commit5c62beb3f689b74cf45c726f410d90378fc72860 (patch)
tree294df4bd89d24e100ba7755afb89109816cd3966 /src/qml/jsruntime/qv4include_p.h
parenteed2ee69ac291da33c48093bc2c2bc4d359f46a2 (diff)
QV4Include: get rid of manual processing of HTTP redirects
Since d12afeff4097dd78f1311511e0c8f74e1a810d47 (Qt 6.0) QNAM has started internal processing of HTTP redirects by default. So it seems we can simply get rid of manual processing of HTTP redirects on Qt Quick level. Moreover it looks like we never even reached this code since Qt 6.0. Change-Id: I46b83b0077883c1d8c407996f9ff9bfef4447b8d Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src/qml/jsruntime/qv4include_p.h')
-rw-r--r--src/qml/jsruntime/qv4include_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4include_p.h b/src/qml/jsruntime/qv4include_p.h
index c5f6560b08..c6ac98c761 100644
--- a/src/qml/jsruntime/qv4include_p.h
+++ b/src/qml/jsruntime/qv4include_p.h
@@ -63,7 +63,6 @@ private:
QUrl m_url;
#if QT_CONFIG(qml_network)
- int m_redirectCount;
QNetworkAccessManager *m_network;
QPointer<QNetworkReply> m_reply;
#endif