Merge branch 'diadistis-master'

This commit is contained in:
Tatsuhiro Tsujikawa 2014-07-21 13:04:11 +09:00
commit da2cc9d3a9

View File

@ -115,10 +115,11 @@ std::unique_ptr<StreamFilter> getContentEncodingStreamFilter
"process is skipped and the downloaded content will be "
"still encoded.",
httpResponse->getContentEncoding().c_str()));
} else {
filter->init();
filter->installDelegate(std::move(delegate));
return filter;
}
filter->init();
filter->installDelegate(std::move(delegate));
return filter;
}
return delegate;
}