mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-06-13 01:26:53 +02:00
enable i2p gzip compression
This commit is contained in:
parent
47bf0ef591
commit
3053a9b6a0
4 changed files with 10 additions and 4 deletions
3
util.h
3
util.h
|
@ -35,7 +35,8 @@ namespace util
|
|||
const char LAST_MODIFIED[] = "Last-Modified";
|
||||
const char TRANSFER_ENCODING[] = "Transfer-Encoding";
|
||||
const char CONTENT_ENCODING[] = "Content-Encoding";
|
||||
|
||||
const char CONTENT_ENCODING1[] = "Content-encoding";
|
||||
|
||||
std::string GetHttpContent (std::istream& response);
|
||||
void MergeChunkedResponse (std::istream& response, std::ostream& merged);
|
||||
std::string urlDecode(const std::string& data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue