Re: [PR] Implement handling of invalid Date header in responses [httpcomponents-core]

2024-10-21 Thread via GitHub
arturobernalg commented on PR #500: URL: https://github.com/apache/httpcomponents-core/pull/500#issuecomment-2426943351 > @arturobernalg Looks unnecessary complex. So what if the `DATE` can be successfully parsed but it represents a point in time when Jesus roamed Galilea? What good that t

Re: [VOTE] Release HttpCore 5.3.1 based on RC1

2024-10-21 Thread Michael Osipov
+1 On 2024/10/19 10:32:19 Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpCore 5.3.1. > 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 mo

Re: [VOTE] Release HttpCore 5.3.1 based on RC1

2024-10-21 Thread Oleg Kalnichevski
[x] +1 Release the packages as HttpCore 5.3.1 Oleg On 19/10/2024 12:32, Oleg Kalnichevski wrote: Please vote on releasing these packages as HttpCore 5.3.1. 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 b

Re: [PR] Implement handling of invalid Date header in responses [httpcomponents-core]

2024-10-21 Thread via GitHub
ok2c commented on PR #500: URL: https://github.com/apache/httpcomponents-core/pull/500#issuecomment-2426462442 @arturobernalg Looks unnecessary complex. So what if the `DATE` can be successfully parsed but it represents a point in time when Jesus roamed Galilea? What good that that make? I

Re: [PR] [HTTPCLIENT-1843] - Delegate compression handling to Apache Commons Compress [httpcomponents-client]

2024-10-21 Thread via GitHub
garydgregory commented on code in PR #580: URL: https://github.com/apache/httpcomponents-client/pull/580#discussion_r1808718309 ## httpclient5/src/main/java/org/apache/hc/client5/http/entity/DecompressEntity.java: ## @@ -0,0 +1,149 @@ +/* + * ===

Re: [PR] Implement handling of invalid Date header in responses [httpcomponents-core]

2024-10-21 Thread via GitHub
ok2c commented on PR #500: URL: https://github.com/apache/httpcomponents-core/pull/500#issuecomment-2427019299 @arturobernalg Yes, pretty much, but with a boolean flag (`alwaysReplace or some such`) like you had before. By the way `status >= HttpStatus.SC_OK` check can be removed, a

Re: [PR] Implement handling of invalid Date header in responses [httpcomponents-core]

2024-10-21 Thread via GitHub
arturobernalg commented on PR #500: URL: https://github.com/apache/httpcomponents-core/pull/500#issuecomment-2427284467 > By the way `status >= HttpStatus.SC_OK` check can be removed, as 1xx intermediate response messages never get passed to the protocol handler along with final responses.

Re: [PR] [HTTPCLIENT-1843] - Delegate compression handling to Apache Commons Compress [httpcomponents-client]

2024-10-21 Thread via GitHub
arturobernalg commented on PR #580: URL: https://github.com/apache/httpcomponents-client/pull/580#issuecomment-2427517243 > Hi @arturobernalg > > I git-hub resolved most of the comment I wrote. I think we should consistently name ALL our new classes either with or without the "ing" w