dakrone / clj-http

An idiomatic clojure http client wrapping the apache client. Officially supported version.
http://clojars.org/clj-http
MIT License
1.78k stars 408 forks source link

Refactor SSLContext Configuration for Connection Managers #575

Closed rymndhng closed 3 years ago

rymndhng commented 3 years ago

Refactors the internals of clj-http.conn-mgr to re-use SSLContexts for both Regular and Async connection managers.

These changes are extracted from the experimental branch for the Apache HTTPComponents 5 upgrade: https://github.com/dakrone/clj-http/pull/561

Fixes #572