Andrey Rakhmatullin

Results 562 comments of Andrey Rakhmatullin

@Suchi1905 you haven't read my response. Please stop writing these comments until you do.

I need to recheck all of this after recent command-related changes but I remember from the first surface review of this PR that there is a mistake in it: you...

> I will create a hybrid downloader which will rely on http11 handler for common flow and will process only requests with non-compliant responses from servers using raw sockets (to...

This is about bandwidth, not request count.

@Vishnu4712 no, both because we don't assign issues as mentioned in https://docs.scrapy.org/en/latest/contributing.html and because there is a PR in progress as mentioned here in an earlier message.

The test passes without the download handler changes so we need a better one, but I'm not sure whether is it possible. It looks like v6 proxies are indeed (as...

* callbacks - can be done now, was never supported, doesn't currently fully (?) work * downloader middleware methods - can be done now but better after `DownloaderMiddlewareManager` migration to...

Only a very small set of problems produces a non-zero exit code from `scrapy crawl`.

> should it not be considered part of this small set you mention? Sorry if it was unclear but I meant the current state, not the ideal one.