Re: [PR] HTTPCLIENT-2375 Add first-class request-side compression support and pluggable encoders [httpcomponents-client]

2025-06-23 Thread via GitHub
arturobernalg commented on code in PR #657: URL: https://github.com/apache/httpcomponents-client/pull/657#discussion_r2161737211 ## httpclient5/src/main/java/org/apache/hc/client5/http/entity/compress/ContentEncoderRegistry.java: ## @@ -0,0 +1,95 @@ +/* + *

Re: [PR] HTTPCLIENT-2375 Add first-class request-side compression support and pluggable encoders [httpcomponents-client]

2025-06-23 Thread via GitHub
github-advanced-security[bot] commented on code in PR #657: URL: https://github.com/apache/httpcomponents-client/pull/657#discussion_r2161751762 ## httpclient5/src/test/java/org/apache/hc/client5/http/examples/ClientServerCompressionExample.java: ## @@ -0,0 +1,162 @@ +/* + * ==

[jira] [Commented] (HTTPCLIENT-1843) Create module httpclient5-compress to use Apache Commons Compress

2025-06-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17985672#comment-17985672 ] ASF subversion and git services commented on HTTPCLIENT-1843:

[jira] [Commented] (HTTPCLIENT-2375) Add optional Commons-Compress encoders (br, zstd, xz, ...)

2025-06-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17985671#comment-17985671 ] ASF subversion and git services commented on HTTPCLIENT-2375:

Re: [PR] HTTPCLIENT-2375 Add first-class request-side compression support and pluggable encoders [httpcomponents-client]

2025-06-23 Thread via GitHub
arturobernalg merged PR #657: URL: https://github.com/apache/httpcomponents-client/pull/657 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr

[jira] [Commented] (HTTPCLIENT-2377) DefaultRedirectStrategy equals on HttpHost is problematic

2025-06-23 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17985709#comment-17985709 ] Oleg Kalnichevski commented on HTTPCLIENT-2377: --- This is a duplicate o

[jira] [Resolved] (HTTPCLIENT-2377) DefaultRedirectStrategy equals on HttpHost is problematic

2025-06-23 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-2377. --- Resolution: Duplicate > DefaultRedirectStrategy equals on HttpHost is pr

Re: [PR] HTTPCLIENT-2375 Add first-class request-side compression support and pluggable encoders [httpcomponents-client]

2025-06-23 Thread via GitHub
garydgregory commented on code in PR #657: URL: https://github.com/apache/httpcomponents-client/pull/657#discussion_r2161916299 ## httpclient5/src/main/java/org/apache/hc/client5/http/entity/compress/ContentEncoderRegistry.java: ## @@ -0,0 +1,95 @@ +/* + * =

[jira] [Created] (HTTPCLIENT-2377) DefaultRedirectStrategy equals on HttpHost is problematic

2025-06-23 Thread Patrick Barry (Jira)
Patrick Barry created HTTPCLIENT-2377: - Summary: DefaultRedirectStrategy equals on HttpHost is problematic Key: HTTPCLIENT-2377 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-2377 Project