Re: Unix domain socket support

2025-04-25 Thread Oleg Kalnichevski
On Thu, 2025-04-24 at 13:04 -0700, Ryan Schmitt wrote: > > UDS looks like a route / connection property, not a request one. So > > RequestConfig would likely be a bad choice. ConnectionConfig would > > make > > a better choice in my option. Better yet, it could be a method, say > > #useUnixSocket,

[PR] Bump testcontainers.version from 1.20.6 to 1.21.0 [httpcomponents-client]

2025-04-25 Thread via GitHub
dependabot[bot] opened a new pull request, #633: URL: https://github.com/apache/httpcomponents-client/pull/633 Bumps `testcontainers.version` from 1.20.6 to 1.21.0. Updates `org.testcontainers:testcontainers` from 1.20.6 to 1.21.0 Release notes Sourced from https://github.com/tes

Re: Unix domain socket support

2025-04-25 Thread Michael Osipov
On 2025/04/21 17:40:01 Ryan Schmitt wrote: > 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