[GitHub] [httpcomponents-client] arturobernalg opened a new pull request, #456: HTTPCLIENT-2277: Improve Age Header Handling and Calculation in Accordance with RFC9111.

2023-06-15 Thread via GitHub
arturobernalg opened a new pull request, #456: URL: https://github.com/apache/httpcomponents-client/pull/456 This commit enhances the processing and calculation of the "Age" response header field to comply fully with Sections 5.1 and 4.2.3 of RFC9111. Changes include: -

Re: [VOTE] Release HttpCore 5.2.2 based on RC1

2023-06-15 Thread Arturo Bernal
Hi, I've done the following checks for HttpCore 5.2.2 (RC1): Verified Hashes: OK Build from source: OK Tests: OK +1 for the release. Arturo Bernal arturobern...@yahoo.com > On 15 Jun 2023, at 19:25, Michael Osipov wrote: > > Am 2023-06-15 um 11:10 schrieb Oleg Kalnichevski: >> Please vote

Re: Idle timeout on HTTPS connections

2023-06-15 Thread Oleg Kalnichevski
On Thu, 2023-06-15 at 13:42 -0400, Gary Gregory wrote: > You could try the 5.2.2 release candidate (see the vote thread). > > Gary > > On Thu, Jun 15, 2023, 12:08 Isaac Cruz wrote: > > > 5.2, I tried with 5.2.1 and same > > 5.2.2 is unlikely to help here.  Please do the following: configure

Re: Idle timeout on HTTPS connections

2023-06-15 Thread Gary Gregory
You could try the 5.2.2 release candidate (see the vote thread). Gary On Thu, Jun 15, 2023, 12:08 Isaac Cruz wrote: > 5.2, I tried with 5.2.1 and same > > -Original Message- > From: Oleg Kalnichevski > Sent: jueves, 15 de junio de 2023 15:49 > To: HttpComponents Project > Subject:

Re: [VOTE] Release HttpCore 5.2.2 based on RC1

2023-06-15 Thread Michael Osipov
Am 2023-06-15 um 11:10 schrieb Oleg Kalnichevski: 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 HttpComponents PMC members are binding. The vote passes if at least three binding +1 votes are cast and there are more +1

RE: Idle timeout on HTTPS connections

2023-06-15 Thread Isaac Cruz
5.2, I tried with 5.2.1 and same -Original Message- From: Oleg Kalnichevski Sent: jueves, 15 de junio de 2023 15:49 To: HttpComponents Project Subject: Re: Idle timeout on HTTPS connections On Thu, 2023-06-15 at 15:46 +0200, Oleg Kalnichevski wrote: > On Thu, 2023-06-15 at 12:29

Re: Idle timeout on HTTPS connections

2023-06-15 Thread Oleg Kalnichevski
On Thu, 2023-06-15 at 15:46 +0200, Oleg Kalnichevski wrote: > On Thu, 2023-06-15 at 12:29 +, Isaac Cruz wrote: > > Hello everyone, > > > > I'm having issues trying to set an idle timeout on https > > connections > > on an asynchronous HTTPS server. This is what I'm doing: > > > >    

Re: Idle timeout on HTTPS connections

2023-06-15 Thread Oleg Kalnichevski
On Thu, 2023-06-15 at 12:29 +, Isaac Cruz wrote: > Hello everyone, > > I'm having issues trying to set an idle timeout on https connections > on an asynchronous HTTPS server. This is what I'm doing: > >     IOReactorConfig ioReactorConfig = IOReactorConfig.custom() >    

Idle timeout on HTTPS connections

2023-06-15 Thread Isaac Cruz
Hello everyone, I'm having issues trying to set an idle timeout on https connections on an asynchronous HTTPS server. This is what I'm doing: IOReactorConfig ioReactorConfig = IOReactorConfig.custom() .setIoThreadCount(4) .setSoTimeout(5000,

Re: [VOTE] Release HttpCore 5.2.2 based on RC1

2023-06-15 Thread Asankha Perera
On 6/15/2023 2:40 PM, Oleg Kalnichevski wrote: Vote: HttpCore 5.2.2 release [X] +1 Release the packages as HttpCore 5.2.2. [ ] -1 I am against releasing the packages (must include a reason). asankha -- Asankha C. Perera Aayu Technologies LLC, https://aayutechnologies.com AdroitLogic,

[VOTE] Release HttpCore 5.2.2 based on RC1

2023-06-15 Thread Oleg Kalnichevski
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 HttpComponents PMC members are binding. The vote passes if at least three binding +1 votes are cast and there are more +1 than -1 votes. Release notes:

[GitHub] [httpcomponents-client] vlsi commented on pull request #85: HTTPCLIENT-293 Fix proposal based on RFC 7578

2023-06-15 Thread via GitHub
vlsi commented on PR #85: URL: https://github.com/apache/httpcomponents-client/pull/85#issuecomment-1592617994 Would you please adjust "fix version" in https://issues.apache.org/jira/browse/HTTPCLIENT-293 accordingly? -- This is an automated message from the Apache Git Service. To

[GitHub] [httpcomponents-client] ok2c commented on pull request #85: HTTPCLIENT-293 Fix proposal based on RFC 7578

2023-06-15 Thread via GitHub
ok2c commented on PR #85: URL: https://github.com/apache/httpcomponents-client/pull/85#issuecomment-1592608129 @vlsi This change-set is present in the 5.x code line only. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [httpcomponents-client] vlsi commented on pull request #85: HTTPCLIENT-293 Fix proposal based on RFC 7578

2023-06-15 Thread via GitHub
vlsi commented on PR #85: URL: https://github.com/apache/httpcomponents-client/pull/85#issuecomment-1592504974 @ok2c , would you please clarify if the fix has ever been released in HttpClient4? I do not find it in the current `org.apache.httpcomponents:httpmime:4.5.14` -- This is

Re: HttpCore 5.2.2 release notes

2023-06-15 Thread Michael Osipov
Am 2023-06-14 um 13:52 schrieb Oleg Kalnichevski: Folks Please review and amend the HttpCore 5.2.2 release notes as you deem appropriate https://github.com/apache/httpcomponents-core/blob/master/RELEASE_NOTES.txt That would also be the right moment to make sure HttpCore master builds and