|
Posted
about 2 months
ago
by
ASF GitHub Bot
ok2c commented on code in PR #781: URL: https://github.com/apache/httpcomponents-client/pull/781#discussion_r3294259087 ########## httpclient5-cache/src/main/java/org/apache/hc/client5/http/impl/cache/AsyncCachingExec.java: ########## @@ -98,13 Read more
|
|
Posted
about 2 months
ago
by
ASF GitHub Bot
arturobernalg commented on PR #781: URL: https://github.com/apache/httpcomponents-client/pull/781#issuecomment-4528042034 > @arturobernalg There is a lot of complexity in this change-set for what I personally see is little practical gain. > Read more
|
|
Posted
about 2 months
ago
by
ASF subversion and git services
Commit f069c136445103bb0691b205199bdfa703e6160b in httpcomponents-client's branch refs/heads/master from Arturo Bernal [ https://gitbox.apache.org/repos/asf?p=httpcomponents-client.git;h=f069c1364 ] HTTPCLIENT-2421: Use effective retry interval for Read more
|
|
Posted
about 2 months
ago
by
Arturo Bernal
Long retry after for 429 requests may cause http client to appear stuck
|
|
Posted
about 2 months
ago
by
Claus Ibsen
See https://issues.apache.org/jira/browse/CAMEL-23345 I could not find any issue or doc related to this. Welcome to take a look at the CAMEL link and comment here. We are open for ideas. If not desire for this project then welcome to close Read more
|
|
Posted
about 2 months
ago
by
Oleg Kalnichevski
eppdot The problem has been resolved by introducing an optional execution queue that enfoces a max limit on the number of requests executed concurrently by the same async client instance. Please note this feature is still considered experimental. Read more
|
|
Posted
2 months
ago
by
Oleg Kalnichevski
patrickjamesbarry Looks very good to me. Now, what we could do is add your project as a companion project to the project web site [1] or you could contribute it to the project as long as you agree to license your code under the ASLv2 terms [2] Oleg Read more
|
|
Posted
2 months
ago
by
Patrick Barry
Support max response size and handle slow responders
|
|
Posted
2 months
ago
by
Oleg Kalnichevski
patrickjamesbarry I cannot see your apache-client-decompression repository. I presume it may be private. Please note that one can always inject custom code as a request execution interceptor. Everything what you could do before 5.6 you can still Read more
|
|
Posted
2 months
ago
by
Patrick Barry
This was something I asked about a long time ago, and it did not exist. So I ended up creating it and it has worked well for us. I see continued interest in the forums for something like this, so I created a sample/test project and threw it up in Read more
|