Don't close http connection manually, the destructor will do that anyway. Fixes some...
commitb24cad2a30587862375f2dc3ea025778fee5e059
authorbluebrother <bluebrother@a1c6a512-1295-4272-9138-f99709370657>
Wed, 15 Aug 2007 20:08:02 +0000 (15 20:08 +0000)
committerbluebrother <bluebrother@a1c6a512-1295-4272-9138-f99709370657>
Wed, 15 Aug 2007 20:08:02 +0000 (15 20:08 +0000)
tree25209518f1278f22a9be9d40c833ba38ff1abcff
parent55a72aa7f8a38b3fc452c2fa5bda4296de19829a
Don't close http connection manually, the destructor will do that anyway. Fixes some download problems. Also add support for following moved documents (http status 301, 303 and 307).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14361 a1c6a512-1295-4272-9138-f99709370657
rbutil/rbutilqt/httpget.cpp