From 132176e120a72dae053dc5d56c67a1a50485053c Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Tue, 19 May 2009 22:46:57 +0000 Subject: 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 --- rbutil/rbutilqt/base/httpget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'rbutil/rbutilqt/base/httpget.h') 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 QString m_cachefile; // cached filename bool m_cached; QUrl m_proxy; + bool m_useproxy; QDateTime m_serverTimestamp; //< timestamp of file on server QString m_query; //< constructed query to pass http getter QString m_path; //< constructed path to pass http getter -- cgit v1.2.3