Re: [VOTE] Release HttpCore 5.2.2 based on RC2

2023-06-18 Thread Sandeep Gaur
Hi, +1, for httpcore5-h2. Tested memory consumption issue fix. Thanks, Sandeep Gaur On Fri, Jun 16, 2023 at 7:40 PM Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpCore 5.2.2. > The vote is open for the at least 72 hours, and only votes from > HttpCompo

Re: [ANNOUNCEMENT] HttpComponents Core 5.2.2 GA released

2023-07-04 Thread Sandeep Gaur
ption issue (https://issues.apache.org/jira/browse/HTTPCORE-751) Thanks, Sandeep Gaur On Wed, Jun 21, 2023 at 2:09 PM Oleg Kalnichevski wrote: > The Apache HttpComponents project is pleased to announce 5.2.2 GA > release of HttpComponents Core. > > This is a maintenance release that

Re: [ANNOUNCEMENT] HttpComponents Core 5.2.2 GA released

2023-07-04 Thread Sandeep Gaur
Hi Gary, Thanks for the reply!. Do you know any scheduled release date for Httpclient 5.2.2. Thanks, Sandeep Gaur On Tue, Jul 4, 2023 at 3:03 PM Gary Gregory wrote: > Hi Sandeep, > > The two components are not automatically released together, you did not > miss anything. > &g

Re: [ANNOUNCEMENT] HttpComponents Core 5.2.2 GA released

2023-07-17 Thread Sandeep Gaur
Hi All, We need to update httpclient with the fix of https://issues.apache.org/jira/browse/HTTPCORE-751, can someone please confirm the release plan of httpclient 5.2.2. Thanks, Sandeep Gaur On Tue, Jul 4, 2023 at 4:11 PM Sandeep Gaur wrote: > Hi Gary, > > Thanks for the reply!. >

Question about configuring maximum header length in Apache HttpClient

2023-08-24 Thread Sandeep Gaur
there is a way to configure the maximum header length in Apache HttpClient. We are currently using: - httpClient - 5.2.1 - httpcore5-h2 - 5.2.2 I would appreciate any information you can provide on this matter. Thank you for your time. Best regards, Sandeep Gaur

Re: Question about configuring maximum header length in Apache HttpClient

2023-08-24 Thread Sandeep Gaur
at java.base/java.lang.Thread.run(Thread.java:833) Thanks, Sandeep Gaur On Thu, Aug 24, 2023 at 9:40 PM Oleg Kalnichevski wrote: > On Thu, 2023-08-24 at 17:35 +0530, Sandeep Gaur wrote: > > Hi All, > > > > I hope this email finds you well. > > > > I'm writing

Re: Question about configuring maximum header length in Apache HttpClient

2023-08-24 Thread Sandeep Gaur
Hi, I have debugged a bit, the very first frame is Goaway with error code as 11 (ENHANCE_YOUR_CALM (0x0b), ). When I reduce the header size then I can see the we get first HEADERS,DATA and then GOAWAY frame Thanks, Sandeep On Thu, Aug 24, 2023 at 9:54 PM Sandeep Gaur wrote: > Hi O

HTTPcore5-h2 (5.2.2) Frame Size Regression: Issues with File Uploads Beyond 16KB

2023-11-22 Thread Sandeep Gaur
Handler.java:74) at org.apache.hc.core5.http2.impl.nio.ClientH2IOEventHandler.outputReady(ClientH2IOEventHandler.java:39) Thanks, Sandeep Gaur

Re: HTTPcore5-h2 (5.2.2) Frame Size Regression: Issues with File Uploads Beyond 16KB

2023-11-22 Thread Sandeep Gaur
olved. Additionally, in our past experiences, we have noticed that when ALB is in the picture, the remote server indicates a frame size of 16MB. Thanks, Sandeep Gaur On Wed, Nov 22, 2023 at 5:41 PM Sandeep Gaur wrote: > Hi All/Oleg, > > Greetings everyone! I trust you are all doing well. We

Re: HTTPcore5-h2 (5.2.2) Frame Size Regression: Issues with File Uploads Beyond 16KB

2023-11-22 Thread Sandeep Gaur
Hi, I have created a bug jira -- https://issues.apache.org/jira/browse/HTTPCORE-762. I would greatly appreciate it if you could share the details of the issue with me Thanks, Sandeep gaur On Wed, Nov 22, 2023 at 7:42 PM Oleg Kalnichevski wrote: > > > On 22/11/2023 14:46, Sandeep G

Re: HTTPcore5-h2 (5.2.2) Frame Size Regression: Issues with File Uploads Beyond 16KB

2023-11-23 Thread Sandeep Gaur
PCORE+AND+fixVersion+%3D+5.3-alpha1> Thanks, Sandeep Gaur On Wed, Nov 22, 2023 at 8:08 PM Sandeep Gaur wrote: > Hi, > > I have created a bug jira -- > https://issues.apache.org/jira/browse/HTTPCORE-762. > > I would greatly appreciate it if you could share the details of

Re: [VOTE] Release HttpCore 5.2.4 based on RC1

2023-11-24 Thread Sandeep Gaur
+1 HTTPCORE 5.2.4 Thanks, Sandeep gaur On Sat, 25 Nov, 2023, 12:42 am Oleg Kalnichevski, wrote: > Please vote on releasing these packages as HttpCore 5.2.4. > The vote is open for the at least 72 hours, and only votes from > HttpComponents PMC members are binding. The vote passes if

Re: [jira] [Created] (HTTPCLIENT-2324) Apache HttpClient 5 blocks for double the duration set by requestTimeout when using TLS

2024-03-12 Thread Sandeep Gaur
Hi, Can you please confirm you have disabled the retry strategy, default retry strategy tries again eventually making failed twice the time set for socket timeout Thanks, Sandeep gaur On Tue, 12 Mar, 2024, 8:43 pm Tim Davidson (Jira), wrote: > Tim Davidson created HTTPCLIENT-2