I am using scrapy to crawl multiple websites, and I want to analyze the crawling rate.
The stats dumped at the end contain a downloader/response_count value and a response_received_count value. The former is systematically greater than the latter.
Why is there a difference and what element of the crawler does increment the two values in the stats collector?