Downloader improvements, fixes

This commit is contained in:
Thulinma 2020-03-09 19:26:38 +01:00
parent 3fd55b1647
commit 7f8013fef2
2 changed files with 23 additions and 11 deletions

View file

@ -40,6 +40,7 @@ namespace HTTP{
Socket::Connection &getSocket();
uint32_t retryCount, dataTimeout;
bool isProxied() const;
const HTTP::URL & lastURL();
private:
bool isComplete;