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

Fix incorrect socket state when using SOCKS proxy #646

Open raycheung opened 4 months ago

raycheung commented 4 months ago

The socket gets into an incorrect state across threads when the connection-manager is shared. New sockets should be created, same as plain HTTP.