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

Lazy json parsing fix #505

Closed rymndhng closed 5 years ago

rymndhng commented 5 years ago

Fixes #489. This approach has the downsides where specifying {:as :json} requires the caller to realize the stream, otherwise the underlying resource will not be freed.

rymndhng commented 5 years ago

I'm closing this in favour of #507