- Issue created by @andreayaya
- π³π±Netherlands megachriz
@maintainer
It would be best if HttpFetcherPost no longer needs to override thefetch()
method. But perhaps that requires code fromHttpFetcher::fetch()
to be split up further. Let me know if you need any changes to that class to make the implementation for this module easier. - π³π±Netherlands megachriz
- First commit to issue fork.
- π©πͺGermany sleitner
@megachriz
HttpFetcher::fetch()
does not pass the feed configuration to theHttpFetcher::get()
function.protected function get($url, $sink, $cache_key = FALSE, array $options = [], array $feed_configuration = [])
$response = $this->get($feed->getSource(), $sink, $cache_key, [], $feed->getConfigurationFor($this));
- π©πͺGermany sleitner
@andreayaya MR1 should resolve the problem, but the
fetch()
method is still overritten, for now. -
sleitner β
committed 581028f4 on 2.x
Issue #3481810: Large feeds do not import entirely due to missing temp...
-
sleitner β
committed 581028f4 on 2.x
Automatically closed - issue fixed for 2 weeks with no activity.