RE: Socket timeout exception with HttpClient5

2019-04-05 Thread Joan grupoventus
- From: Oleg Kalnichevski [mailto:ol...@apache.org] Sent: Friday, April 5, 2019 2:59 PM To: HttpClient User Discussion Subject: Re: Socket timeout exception with HttpClient5 On Fri, 2019-04-05 at 14:51 +0200, Joan grupoventus wrote: > Hi Oleg, > > I think I can bring a bit of light to th

Re: Socket timeout exception with HttpClient5

2019-04-05 Thread Oleg Kalnichevski
gt; -Original Message- > From: Oleg Kalnichevski [mailto:ol...@apache.org] > Sent: Friday, April 5, 2019 9:31 AM > To: HttpClient User Discussion > Subject: Re: Socket timeout exception with HttpClient5 > > On Thu, 2019-04-04 at 22:35 +0200, Joan grupoventus wrote: &

RE: Socket timeout exception with HttpClient5

2019-04-05 Thread Joan grupoventus
Discussion Subject: Re: Socket timeout exception with HttpClient5 On Thu, 2019-04-04 at 22:35 +0200, Joan grupoventus wrote: > Hi Oleg, > > Links to 2 log files, one against a https endpoint and another one > against a http endpoint: > > https endpoint: > http://www.grupo

Re: Socket timeout exception with HttpClient5

2019-04-05 Thread Oleg Kalnichevski
nents-client/releases/tag/5.0-beta4-RC1 Oleg > -Original Message- > From: Joan grupoventus [mailto:joan.balagu...@grupoventus.com] > Sent: Thursday, April 4, 2019 8:49 PM > To: 'HttpClient User Discussion' > Subject: RE: Socket timeout exception with HttpClient5 > > Hi

RE: Socket timeout exception with HttpClient5

2019-04-04 Thread Joan grupoventus
- From: Joan grupoventus [mailto:joan.balagu...@grupoventus.com] Sent: Thursday, April 4, 2019 8:49 PM To: 'HttpClient User Discussion' Subject: RE: Socket timeout exception with HttpClient5 Hi Oleg, Attached the http client log (finally) for one request that ends up with Socket timeout. Thanks

RE: Socket timeout exception with HttpClient5

2019-04-04 Thread Joan grupoventus
st. Oleg > With HttpClient 4 I was using "org.apache.http.impl.conn" , > "org.apache.http.impl.client" and "org.apache.http.client". > > Thanks, > > Joan. > > -Original Message- > From: Oleg Kalnichevski [mailto:ol...@apache.org] > Sent: Th

Re: Socket timeout exception with HttpClient5

2019-04-04 Thread Oleg Kalnichevski
lient 4 I was using "org.apache.http.impl.conn" , > "org.apache.http.impl.client" and "org.apache.http.client". > > Thanks, > > Joan. > > -Original Message- > From: Oleg Kalnichevski [mailto:ol...@apache.org] > Sent: Thursday, April 4, 2019 7:56 PM

RE: Socket timeout exception with HttpClient5

2019-04-04 Thread Joan grupoventus
he.org] Sent: Thursday, April 4, 2019 7:56 PM To: HttpClient User Discussion Subject: Re: Socket timeout exception with HttpClient5 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 >

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
. Thanks, Joan. -Original Message- From: joan.balagu...@grupoventus.com [mailto:joan.balagu...@grupoventus.com] Sent: Thursday, April 4, 2019 4:21 PM To: httpclient-users@hc.apache.org Subject: Socket timeout exception with HttpClient5 Hello Oleg, I've come across with the following

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