Seth Michael Larson
Seth Michael Larson
I went digging for why we even disable Nagle for proxies, remembering that we recently did some work to reduce packet fragmentation for proxies, specifically the CONNECT to initiate a...
@sigmavirus24 > Remember not all proxies act at the same layer of the network. This is the piece that I was missing mentally, thank you! We should continue using Nagle...
Dependent on https://github.com/urllib3/urllib3/issues/2920
@cooperlees Thanks for opening this issue. Our resolution of IPv6 support may be out of date with the state of the art, happy to upgrade it to work better out...
@zhanpon Are you interested in completing this pull request?
What parts of this need to live in urllib3 versus a separate package? It's my understanding that all of these could be implemented on top of urllib3's existing functionality, are...
@sshishov My understanding is "DEFAULT" is different than the system configured default, which is what we want. However, CPython has started setting a default which means that we're unable to...
We continue getting reports about `SSLEOFError` which makes me think there's something wrong here, a search for `SSLEOFError` on CPython reveals these issues/PRs of interest: - Recently: https://github.com/python/cpython/issues/115627 - https://github.com/python/cpython/pull/18772...
@graingert I would love to avoid bundling the `_tunnel()` implementation if possible, instead what do you think about a conditional `filterwarnings` for Python 3.11.3 or earlier so we're ensuring that...
@hanunes In order to recreate the conditions for this error we either need a public endpoint/host or a packet capture, could you provide either of those so we can see...