[PR] Add Zstd support to ContentCompressionExec. [httpcomponents-client]

2023-10-31 Thread via GitHub
arturobernalg opened a new pull request, #498: URL: https://github.com/apache/httpcomponents-client/pull/498 This update allows automatic selection of Zstd as a compression algorithm when available. -- This is an automated message from the Apache Git Service. To respond to the message, pl

Re: [PR] Add Zstd support to ContentCompressionExec. [httpcomponents-client]

2023-10-31 Thread via GitHub
garydgregory commented on PR #498: URL: https://github.com/apache/httpcomponents-client/pull/498#issuecomment-1786950363 Why not do this through Commons Compress? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] Add Zstd support to ContentCompressionExec. [httpcomponents-client]

2023-10-31 Thread via GitHub
arturobernalg commented on PR #498: URL: https://github.com/apache/httpcomponents-client/pull/498#issuecomment-1787585157 > Why not do this through Commons Compress? In general keep it simple. Adding a direct dependency on the Zstd library is a straightforward way to enable ``'Zstd'

[jira] [Created] (HTTPCLIENT-2305) Proposal: SSLConnectionSocketFactory refactor to allow custom timer metrics on socket.connect

2023-10-31 Thread Carter Kozak (Jira)
Carter Kozak created HTTPCLIENT-2305: Summary: Proposal: SSLConnectionSocketFactory refactor to allow custom timer metrics on socket.connect Key: HTTPCLIENT-2305 URL: https://issues.apache.org/jira/browse/HTTP