mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
3d2b337906
With the addition of https://github.com/shazow/urllib3/pull/830 requests should update the connection_pool_kw on the PoolManager so that new ConnectionPools get created when TLS/SSL settings change. This ensures that users can update the CA certificates used to verify servers as well as the client certificate and key it uses to authenticate with servers. This fixes issue #2863