dakrone / clj-http

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

allow http-client re-use in async situation #599

Closed rborer closed 3 years ago

rborer commented 3 years ago

This is a revival of #458 with the completion of unit tests to ensure http-client are reused (both in sync & async contexts).

I have cherry-picked the original commit from #458 and had to adapt it as it had conflicts. Unfortunately it did not keep the original author :cry: .

rymndhng commented 3 years ago

Thanks! Picking up the work is appreciated!

At least we can keep the thread on Github ;)