mirror of
https://github.com/aria2/aria2.git
synced 2025-01-04 09:03:46 +00:00
Merge branch 'diadistis-master'
This commit is contained in:
commit
da2cc9d3a9
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user