enable i2p gzip compression

This commit is contained in:
orignal 2016-02-18 20:35:14 -05:00
parent 47bf0ef591
commit 3053a9b6a0
4 changed files with 10 additions and 4 deletions

2
Base.h
View file

@ -105,7 +105,7 @@ namespace data
size_t Inflate (const uint8_t * in, size_t inLen, uint8_t * out, size_t outLen);
bool Inflate (const uint8_t * in, size_t inLen, std::ostream& s);
// return true when finshed or error, s failbit will be set in case of error
void Inflate (const std::stringstream& in, std::ostream& out);
void Inflate (std::stringstream& in, std::ostream& out);
private: