Bulat Khabibullin

Results 2 issues of Bulat Khabibullin

Bug: the flags don't appear in the retry message. I have created a simple spider to check: ```Python # -*- coding: utf-8 -*- import scrapy class ExampleSpider(scrapy.Spider): name = 'example'...

enhancement

When we add a type hint `DummyResponse` to the response as it mentioned [here](https://scrapy-poet.readthedocs.io/en/stable/providers.html#ignoring-requests): The scrapy doesn't send the actions, experimental, cookies or other additional settings added to the settings...

bug