Re: [VOTE] Release HttpClient 5.4.4 based on RC1

2025-04-21 Thread Ryan Schmitt
+1. Ran our internal integration tests and they all seem to pass. On Mon, Apr 21, 2025 at 12:39 PM Oleg Kalnichevski wrote: > > Please vote on releasing these packages as HttpClient 5.4.4. > The vote is open for the at least 72 hours, and only votes from > HttpComponents PMC members are binding.

[VOTE] Release HttpClient 5.4.4 based on RC1

2025-04-21 Thread Oleg Kalnichevski
Please vote on releasing these packages as HttpClient 5.4.4. 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: https://dist.apache

Re: HttpClient 5.4.4 release notes

2025-04-21 Thread Ryan Schmitt
LGTM On Sat, Apr 12, 2025 at 2:13 AM Oleg Kalnichevski wrote: > > Folks > > Please review the HttpClient 5.4.4 release notes and amend them as you > deem necessary. > > https://github.com/apache/httpcomponents-client/blob/5.4.x/RELEASE_NOTES.txt > > Oleg > > --

Unix domain socket support

2025-04-21 Thread Ryan Schmitt
I've got Apache client 5.4.3 working with a custom connection operator that implements UDS support. I want to upstream this as a proper feature, since it's significantly more efficient than localhost. I want to discuss the design of this feature a bit; since it's a non-TCP transport layer, we have