restore call to next_request inside pipeline output processor

This commit is contained in:
dgrana 2009-06-23 13:19:35 -07:00
parent 21ed9a24a3
commit 6809375815
1 changed files with 1 additions and 0 deletions

View File

@ -219,6 +219,7 @@ class ExecutionEngine(object):
signals.send_catch_log(signal=signals.item_dropped, sender=self.__class__, item=item, spider=spider, response=response, exception=pipe_result.value)
else:
signals.send_catch_log(signal=signals.item_passed, sender=self.__class__, item=item, spider=spider, response=response, pipe_output=pipe_result)
self.next_request(spider)
if domain in self.closing:
return