Seth Michael Larson
Seth Michael Larson
@nateprewitt Yes, we should be supporting this through HTTPConnectionPool.request(). I think we lost this behavior sometime but it'd be good to restore it in cases where it's safe to do...
Going to lock this discussion to contributors-only as the issue won't be fixed any faster with additional comments. If you're interested in following when the fix happens you can subscribe...
Adding some context to this issue, the [current RFC](https://www.rfc-editor.org/rfc/rfc6265) for cookies removes mentions of the `port` parameter and instead has: > ... cookies for a given host are shared across...
@nateprewitt From inspecting the code from urllib3 -> PySocks it appears that things are working as expected? Just like you it'd take a second for me to get a setup...
@nateprewitt Are we still planning on doing this for 2.26.0? It doesn't look like it's moved since being added to the milestone.
I'll investigate, thanks for the report.
What I'm seeing so far is that urllib3 hasn't (in recent history, tested urllib3 1.18 to 1.24.1) not-blocked indefinitely when using `amt=0` into `HTTPResponse.stream()`. Is this issue different from the...
What do other streaming interfaces typically do with a chunk size of zero? Any examples in the stdlib? I'd be inclined to copy whatever is done there.
A PR fixing this behavior would be welcome!
Another idea would be to yank all releases before 0.7. That way pip doesn't try to resolve any of these versions unless specifically requested.