Re: [PR] HTTPCLIENT-1822: async transparent content decompression [httpcomponents-client]

2025-08-02 Thread via GitHub
arturobernalg commented on code in PR #681: URL: https://github.com/apache/httpcomponents-client/pull/681#discussion_r2249528066 ## httpclient5/src/test/java/org/apache/hc/client5/http/examples/AsyncClientInflateDecompressionExample.java: ## @@ -0,0 +1,94 @@ +/* + * ===

[jira] [Resolved] (HTTPCLIENT-2385) Make Default...ClientConnection extensible

2025-08-02 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-2385. --- Fix Version/s: 5.6-alpha1 Resolution: Fixed > Make Default...Clie

Re: [PR] HTTPCLIENT-2385: make DefaultManagedHttpClientConnection and DefaultM… [httpcomponents-client]

2025-08-02 Thread via GitHub
ok2c merged PR #692: URL: https://github.com/apache/httpcomponents-client/pull/692 -- 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...@hc.ap

[jira] [Commented] (HTTPCLIENT-2385) Make Default...ClientConnection extensible

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

[PR] Bug-fix: Corrected DecompressingEntity to return null Content-Encoding (no encoding) [httpcomponents-client]

2025-08-02 Thread via GitHub
ok2c opened a new pull request, #697: URL: https://github.com/apache/httpcomponents-client/pull/697 @arturobernalg I overlooked the problem with `Content-Encoding` property value returned by DecompressingEntity, Please double-check. -- This is an automated message from the Apache Git Serv