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

Bump httpcore to version 4.4.14 #597

Closed rborer closed 3 years ago

rborer commented 3 years ago

According to the official changelog:

1 December 2020 - HttpComponents Core 4.4.14 (GA) released

This is a maintenance release that corrects a number of defects discovered since release 4.4.13 including two defects in the async (non-blocking) transport potentially causing an infinite event loop and and excessive CPU utilization.

rymndhng commented 3 years ago

Hi, thank you for your contribution! I've folded it into #598 (with some other related changes) and will release it in the next version!