Re: Httpclient issue with https "org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer"

2023-05-12 Thread thc202
On 12/05/2023 15:27, Oleg Kalnichevski wrote: On Fri, 2023-05-12 at 15:25 +0100, thc...@gmail.com wrote: On 12/05/2023 14:47, Oleg Kalnichevski wrote: On Fri, 2023-05-12 at 14:17 +0100, thc...@gmail.com wrote: On 12/05/2023 13:27, Oleg Kalnichevski wrote: On Fri, 2023-05-12 at 11:48

Re: Httpclient issue with https "org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer"

2023-05-12 Thread Oleg Kalnichevski
On Fri, 2023-05-12 at 15:25 +0100, thc...@gmail.com wrote: > > > On 12/05/2023 14:47, Oleg Kalnichevski wrote: > > On Fri, 2023-05-12 at 14:17 +0100, thc...@gmail.com wrote: > > > > > > > > > On 12/05/2023 13:27, Oleg Kalnichevski wrote: > > > > On Fri, 2023-05-12 at 11:48 +0200, Joan

Re: Httpclient issue with https "org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer"

2023-05-12 Thread thc202
but it still creates 16MB. (Thought I need to update the client, still at 5.2-beta1.) Thank you. Best regards. Oleg Oleg -Original Message- From: Oleg Kalnichevski Sent: Friday, May 12, 2023 9:47 AM To: HttpClient User Discussion Subject: Re: Httpclient issue with https

Re: Httpclient issue with https "org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer"

2023-05-12 Thread Oleg Kalnichevski
h for HTTP/2 might be a long time). > So the more connections you have open the more memory is allocated > (and > for my case actually unused/needed, in my case it's not sending nor > receiving more than 100s of KBs). > > afaik to reproduce you just need a server advert

Re: Httpclient issue with https "org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer"

2023-05-12 Thread thc202
regards. Oleg -Original Message- From: Oleg Kalnichevski Sent: Friday, May 12, 2023 9:47 AM To: HttpClient User Discussion Subject: Re: Httpclient issue with https "org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer" On Thu, 2023-05-11 at 19:17 +0200, Joan grupove

Re: Httpclient issue with https "org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer"

2023-05-12 Thread Oleg Kalnichevski
nd test locally. Oleg > > -----Original Message- > From: Oleg Kalnichevski > Sent: Friday, May 12, 2023 9:47 AM > To: HttpClient User Discussion > Subject: Re: Httpclient issue with https > "org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer" > >

RE: Httpclient issue with https "org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer"

2023-05-12 Thread Joan grupoventus
Subject: Re: Httpclient issue with https "org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer" On Thu, 2023-05-11 at 19:17 +0200, Joan grupoventus wrote: > Hello Oleg, > > We are finding an issue in a new installation of our app that is using > httpclient5-5

Re: Httpclient issue with https "org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer"

2023-05-12 Thread Oleg Kalnichevski
On Thu, 2023-05-11 at 19:17 +0200, Joan grupoventus wrote: > Hello Oleg, > > We are finding an issue in a new installation of our app that is > using httpclient5-5.2.1 and httpcore5-5.2. > > Our app is a proxy that receives protobuf requests that are sent to > an amazon endpoint that is

Httpclient issue with https "org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer"

2023-05-11 Thread Joan grupoventus
Hello Oleg, We are finding an issue in a new installation of our app that is using httpclient5-5.2.1 and httpcore5-5.2. Our app is a proxy that receives protobuf requests that are sent to an amazon endpoint that is responding with protobuf responses. We started this communication by using