forked from len0rd/rockbox
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
This commit is contained in:
parent
2755b93ba8
commit
132176e120
2 changed files with 22 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue