6
I Use This!
Inactive

News

Analyzed 18 days ago. based on code collected 18 days ago.
Posted 10 months ago by Arturo Bernal
Get content decoders using the Java Service Loader mechanism
Posted 10 months ago by ASF subversion and git services
Commit d1eb5b8b09b32bfe72b364edce378eb21a416167 in httpcomponents-client's branch refs/heads/master from Arturo Bernal [ https://gitbox.apache.org/repos/asf?p=httpcomponents-client.git;h=d1eb5b8b0 ] HTTPCLIENT-1843 Plug Commons-Compress into Read more
Posted 10 months ago by Oleg Kalnichevski
The Accept-Encoding value has changed after update to Apache HTTP Client 5.5
Posted 10 months ago by ASF subversion and git services
Commit fd2870edec85c0a37429fb357f13f844ff755c0c in httpcomponents-client's branch refs/heads/master from Oleg Kalnichevski [ https://gitbox.apache.org/repos/asf?p=httpcomponents-client.git;h=fd2870ede ] HTTPCLIENT-2376: fixed ContentCompressionExec Read more
Posted 10 months ago by ASF subversion and git services
Commit 2d7abf5b9b68bc03082e527a8d0553c6dc10aa7d in httpcomponents-client's branch refs/heads/5.5.x from Oleg Kalnichevski [ https://gitbox.apache.org/repos/asf?p=httpcomponents-client.git;h=2d7abf5b9 ] HTTPCLIENT-2376: fixed ContentCompressionExec Read more
Posted 10 months ago by Yavor Stankov
I just saw that the requests sent by the HTTP Client 5.5 has change in the Accept-Encoding value from: gzip, deflate to: gzip, x-gzip, deflate. I checked the code and the change is coming from the constructor of the ContentCompressionExec which now Read more
Posted 10 months ago by Arturo Bernal
Add optional Commons-Compress encoders (br, zstd, xz, ...)
Posted 10 months ago by Oleg Kalnichevski
Document CONNECTION_TIME_TO_LIVE semantic change in migration guide (timeToLive=0 behavior)
Posted 10 months ago by John Viegas
Summary:   The migration guide should document the semantic breaking change in connection timeToLive behavior between Apache 4.x and 5.x when timeToLive=0. Description:   {{## Issue Description The migration from Apache HttpClient 4.x to 5.x Read more
Posted 10 months ago by ASF subversion and git services
Commit 9ed51fb595e5361feb8b75c18311e587512844d3 in httpcomponents-client's branch refs/heads/5.5.x from Arturo Bernal [ https://gitbox.apache.org/repos/asf?p=httpcomponents-client.git;h=9ed51fb59 ] HTTPCLIENT-2372 - Normalize HttpHost port Read more