mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
merge chunked responses
This commit is contained in:
@@ -44,7 +44,7 @@ namespace client
|
||||
void InsertAddress (const std::string& address, const std::string& base64); // for jump service
|
||||
void InsertAddress (const i2p::data::IdentityEx& address);
|
||||
|
||||
void LoadHostsFromStream (std::istream& f, bool isChunked = false);
|
||||
void LoadHostsFromStream (std::istream& f);
|
||||
void SetIsDownloading (bool isDownloading) { m_IsDownloading = isDownloading; };
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user