summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/base/httpget.h
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2009-05-19 22:46:57 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2009-05-19 22:46:57 +0000
commit132176e120a72dae053dc5d56c67a1a50485053c (patch)
treef3de220b6bfeda9485bb4e5c0a80ae67c7029ce9 /rbutil/rbutilqt/base/httpget.h
parent2755b93ba894cc8f99d9f683428e8460bdeac7f9 (diff)
downloadrockbox-132176e120a72dae053dc5d56c67a1a50485053c.tar.gz
rockbox-132176e120a72dae053dc5d56c67a1a50485053c.zip
RFC2616 requires requests made to proxies to use the absoluteURI form while HTTP/1.1 clients shall only create it when sending a request to a proxy. Fixes proxy support not working correctly (most noticably on theme installation).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20992 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/rbutilqt/base/httpget.h')
-rw-r--r--rbutil/rbutilqt/base/httpget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rbutil/rbutilqt/base/httpget.h b/rbutil/rbutilqt/base/httpget.h
index 4bf1987998..8dcf427de4 100644
--- a/rbutil/rbutilqt/base/httpget.h
+++ b/rbutil/rbutilqt/base/httpget.h
@@ -91,6 +91,7 @@ class HttpGet : public QObject
91 QString m_cachefile; // cached filename 91 QString m_cachefile; // cached filename
92 bool m_cached; 92 bool m_cached;
93 QUrl m_proxy; 93 QUrl m_proxy;
94 bool m_useproxy;
94 QDateTime m_serverTimestamp; //< timestamp of file on server 95 QDateTime m_serverTimestamp; //< timestamp of file on server
95 QString m_query; //< constructed query to pass http getter 96 QString m_query; //< constructed query to pass http getter
96 QString m_path; //< constructed path to pass http getter 97 QString m_path; //< constructed path to pass http getter