|
Posted
6 days
ago
by
ASF subversion and git services
Commit 7cded0c43929e6e989ecb966c875646a5fd8a8e7 in httpcomponents-client's branch refs/heads/master from Arturo Bernal [ https://gitbox.apache.org/repos/asf?p=httpcomponents-client.git;h=7cded0c43 ] HTTPCLIENT-2434 Deprecate idle connection eviction Read more
|
|
Posted
6 days
ago
by
Oleg Kalnichevski
stoty As also mentioned in https://github.com/apache/httpcomponents-client/pull/615 I am no longer in favor of inclusion of SPNEGO authentication into HttpClient code base given it would considerably increase our vulnerability profile. I propose Read more
|
|
Posted
6 days
ago
by
ASF GitHub Bot
ok2c commented on code in PR #885: URL: https://github.com/apache/httpcomponents-client/pull/885#discussion_r4062129932 ########## httpclient5/src/main/java/org/apache/hc/client5/http/impl/async/H2AsyncClientBuilder.java: ########## @@ -734,7 Read more
|
|
Posted
8 days
ago
by
ASF GitHub Bot
ok2c commented on code in PR #885: URL: https://github.com/apache/httpcomponents-client/pull/885#discussion_r4052694831 ########## httpclient5/src/main/java/org/apache/hc/client5/http/impl/async/H2AsyncClientBuilder.java: ########## @@ -734,7 Read more
|
|
Posted
8 days
ago
by
ASF GitHub Bot
ok2c commented on code in PR #885: URL: https://github.com/apache/httpcomponents-client/pull/885#discussion_r4052693369 ########## httpclient5/src/test/java/org/apache/hc/client5/http/examples/ClientEvictExpiredConnections.java: ########## @@ Read more
|
|
Posted
8 days
ago
by
Oleg Kalnichevski
> While debugging, I realized that the ConnectionConfig.Builder::copy does not propagate the idleTimeout set there, https://github.com/apache/httpcomponents-client/blob/master/httpclient5/src/main/java/org/apache/hc/client5/http/config/ConnectionConfig.java#L180-L185 Read more
|
|
Posted
9 days
ago
by
Jacques-Etienne Beaudet
While debugging, I realized that the ConnectionConfig.Builder::copy does not propagate the idleTimeout set there, https://github.com/apache/httpcomponents-client/blob/master/httpclient5/src/main/java/org/apache/hc/client5/http/config/ConnectionConfig.java#L180-L185 Read more
|
|
Posted
9 days
ago
by
Oleg Kalnichevski
> The only concern I have is by running the IdleConnectionEvictor not often enough you might have a pool filled up with expired connections in some extreme cases, but maybe I'm overthinking it. loginatnine As long as the pool is busy it will evict Read more
|
|
Posted
9 days
ago
by
ASF GitHub Bot
ok2c commented on PR #884: URL: https://github.com/apache/httpcomponents-client/pull/884#issuecomment-5731866933 @mkurz Soon. I will try to cut the core releases this weekend. The client bug I see as less severe as it affects H2 only client, so Read more
|
|
Posted
10 days
ago
by
Jacques-Etienne Beaudet
Hi Follow-up to HTTPCLIENT-2388, as suggested by Oleg on the users list: https://lists.apache.org/thread/hymc9p6srgyx4nbxgqzqz6gn036rgt8g Since HTTPCLIENT-2388, HttpClientBuilder passes sleepTime = null to IdleConnectionEvictor, so the sweep Read more
|