Seth Michael Larson

Results 530 comments of Seth Michael Larson

@fr0stbite It seems the problem is not with Windows per-say and more that Windows only has one Selector implementation available: SelectSelector. On Linux there are many other Selectors that are...

@fr0stbite Hey, if you have time could you check to see if this PR fixes your problem on your side? (Windows 7) as I currently only have a Windows 10...

@pradyunsg `urllib3.PoolManager` is only unsafe when the number of distinct origins is more than the number of `urllib3.ConnectionPool`s allowed within the `PoolManager`. Setting `num_pools` (or `pool_connections` on `requests.Session`) to be...

Since this PR is a dependency on some other work I'd like to complete this week I've pushed a patch to skip all the "chunked" tests in our Requests integration...

@shadycuz Sorry this languished for a while, you're welcome to submit to OpenCollective to collect the $300 bounty for closing https://github.com/urllib3/urllib3/issues/2648. Thanks again!

We used to allow this via sending requests to HTTPConnectionPool's and not modifying the encoding if users did this, should we fix that functionality, I think that's a potential way...

Addressed your feedback @pquentin (thank you!) and added another test case for blocking timings.

@chengyechun 1.26.x branch receives security fixes and compatible bug fixes until [Tidelift support is ended](https://tidelift.com/subscription/pkg/pypi-urllib3).

Interesting! In this case it seems that the peer is returning no certificates, is that correct and expected?