clj-http
clj-http copied to clipboard
Fix incorrect socket state when using SOCKS proxy
The socket gets into an incorrect state across threads when the connection-manager is shared. New sockets should be created, same as plain HTTP.