302 is also a valid redirect. Also keep the original query when redirecting.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14362 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2007-08-15 20:30:36 +00:00
parent 57dd552e00
commit 53fbd6d01d
2 changed files with 4 additions and 3 deletions

View file

@ -64,6 +64,7 @@ class HttpGet : public QObject
int getRequest;
QByteArray dataBuffer;
bool outputToBuffer;
QString query;
};
#endif