Hello! I've just tried to use http endpoint with multiple threads. It was failing.
According to http://jakarta.apache.org/httpcomponents/httpclient-3.x/threading.html to use HttpClient in multithreaded environment you have to use special connectionManager and then releaseConnection() on every http method. I see that by default it doesn't use them but is there someone who handled this problem? Or maybe we have to issue this problem as a bug? Romek
