Andrey Rakhmatullin

Results 564 comments of Andrey Rakhmatullin

Also, I haven't yet checked but it may mean that Scrapy with this Twisted version will no longer work with some servers (it also needs to be checked if it's...

We've found an interesting data point regarding the "support older TLS" part: https://chromestatus.com/feature/5759116003770368 says older TLS is no longer supported in Chromium and I can confirm it using https://badssl.com/ (https://tls-v1-1.badssl.com:1011/)....

What is left to do here?

How would one use this? By subclassing the middleware?

@Gallaecio I see you previously wanted tests and docs but you've approved this now, so what should I do? :)

I cannot reproduce this (but my venv also start with setuptools installed). If you think this is an actual Scrapy problem please provide a minimal way to reproduce it.

I'm afraid this doesn't look actionable. People are using FILES_STORE = 's3://xxx/xxx/' without problems so either this is a logging-only issue or you should provide a minimal reproducible example of...

We have ongoing (currently stalled) work at #4467 for this, yes.

Hi @Tribhuvan0 , as I said in my previous comment this is already in progress.

``` In [5]: safe_url_string('https://[2402:4e00:40:40::2:3b6]') Out[5]: 'https://2402:4e00:40:40::2:3b6' In [6]: safe_url_string('https://[2402:4e00:40:40::2:3b6]:80') Out[6]: 'https://2402:4e00:40:40::2:3b6:80' ``` This indeed looks like a bug.