|
|
@ -300,7 +300,7 @@ bool HttpParser::Finish() {
|
|
|
|
// Also see: https://stackoverflow.com/questions/5280633/gzip-compression-of-chunked-encoding-response
|
|
|
|
// Also see: https://stackoverflow.com/questions/5280633/gzip-compression-of-chunked-encoding-response
|
|
|
|
std::string decompressed;
|
|
|
|
std::string decompressed;
|
|
|
|
if (!Decompress(content_, decompressed)) {
|
|
|
|
if (!Decompress(content_, decompressed)) {
|
|
|
|
LOG_ERRO("Cannot decompress the HTTP content!", );
|
|
|
|
LOG_ERRO("Cannot decompress the HTTP content!");
|
|
|
|
return false;
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|