Re: HttpClient SSL Connection Issue

2016-02-21 Thread Oleg Kalnichevski
On Sat, 2016-02-20 at 22:51 -0500, Murat Balkan wrote: > Hi, > > I have a problem with HttpClient. (All versions, seems to have the same) > > When I try to connect an Https site (specifically so.n11.com) I got a > connection reset error after the handshake is finalized. If I try to call > the

Re: httpClient.getConnectionManager() performance with HTTP only

2016-02-21 Thread Philippe Mouawad
Hello, For information on a test plan with following configuration (15 threads, 5 minutes run) we make 138% more samples with 3.0 than with 2.13 thanks to fixing of https://bz.apache.org/bugzilla/show_bug.cgi?id=58099. The gain is due to the non init of SSL Context when only HTTP is used. Maybe

putRequest outputStream

2016-02-21 Thread pavel
Hello I am new with CloseableHttpClient and HttpPut and want to use them, because with java core HttpUrlConnection class I have to fully populate OutputStream with data, before it starts transfer to server. While my data to send size is big, this is not fits my need, because takes too much RAM.