]> git.ipfire.org Git - thirdparty/httpx.git/commit
SSLConfig refactor (#706)
authorTom Christie <tom@tomchristie.com>
Thu, 2 Jan 2020 10:54:04 +0000 (10:54 +0000)
committerGitHub <noreply@github.com>
Thu, 2 Jan 2020 10:54:04 +0000 (10:54 +0000)
commitb0bf2a7513bdbe6877c4ff1f577bb968a8515ccf
tree053ccc27dc8d1eb2dd6c6566a0153fef0e4d44af
parenta9f4d018e164980c916bfd6f254307957178e45d
SSLConfig refactor (#706)

* SSLConfig includes 'http2' argument on init.

* Pass SSL config to HTTPConnection as a single argument

* Don't run SSL context loading in threadpool
httpx/config.py
httpx/dispatch/connection.py
httpx/dispatch/connection_pool.py
httpx/dispatch/proxy_http.py
tests/client/test_proxies.py
tests/dispatch/test_connections.py