RE: Socket timeout exception with HttpClient5

2019-04-04 Thread Joan grupoventus
Hi Oleg, Links to 2 log files, one against a https endpoint and another one against a http endpoint: https endpoint: http://www.grupoventus.com/download/httpClient5_https.log http endpoint: http://www.grupoventus.com/download/httpClient5_http.log Thanks, Joan. -Original Message-

RE: Socket timeout exception with HttpClient5

2019-04-04 Thread Joan grupoventus
Hi Oleg, Attached the http client log (finally) for one request that ends up with Socket timeout. Thanks, Joan. -Original Message- From: Oleg Kalnichevski [mailto:ol...@apache.org] Sent: Thursday, April 4, 2019 8:31 PM To: HttpClient User Discussion Subject: Re: Socket timeout

Re: Socket timeout exception with HttpClient5

2019-04-04 Thread Oleg Kalnichevski
On Thu, 2019-04-04 at 20:08 +0200, Joan grupoventus wrote: > Hi Oleg, > > I will not be able to do much without a context / wire log or a test > application reproducing the issue. > > --> Yes, I am aware of this ... I'm getting crazy trying to log the > http traffic, no success. That's why I was

RE: Socket timeout exception with HttpClient5

2019-04-04 Thread Joan grupoventus
Hi Oleg, I will not be able to do much without a context / wire log or a test application reproducing the issue. --> Yes, I am aware of this ... I'm getting crazy trying to log the http traffic, no success. That's why I was asking you if you saw something incorrect in our appender/logger

Re: Socket timeout exception with HttpClient5

2019-04-04 Thread Oleg Kalnichevski
On Thu, 2019-04-04 at 16:20 +0200, joan.balagu...@grupoventus.com wrote: > Hello Oleg, > > I've come across with the following issue. Our application is > contacting > with a webservice that returns information about the requested > hotels. > More hotels in the request, bigger the response size.

RE: Socket timeout exception with HttpClient5

2019-04-04 Thread Joan grupoventus
Hi again, To discard a particular issue with the destination endpoint used, I have tried to send a similar request from this server to another server within the same network. The result is similar, this time is able to read 92313 bytes of 101011 in just 0,26ms and then a wait of 14,75s until

Socket timeout exception with HttpClient5

2019-04-04 Thread joan . balaguero
Hello Oleg, I've come across with the following issue. Our application is contacting with a webservice that returns information about the requested hotels. More hotels in the request, bigger the response size. This issue happens using both https or http. Below the results of the test using

Re: HttpClient 5

2019-04-04 Thread Oleg Kalnichevski
On Wed, 2019-04-03 at 21:29 +0200, Joan grupoventus wrote: > Hello, > > > > Do you have a release date in mind for HttpClient5 GA? > > > > Thanks, > > > > Joan. > Hi Joan I will start a thread on time frame for 5.0 API freeze at d...@hc.apache.org Oleg