|
Posted
4 days
ago
by
ASF subversion and git services
Commit 88c62e7cfc680ad83096f0165c018272abd28c4b in httpcomponents-client's branch refs/heads/master from Arturo Bernal [ https://gitbox.apache.org/repos/asf?p=httpcomponents-client.git;h=88c62e7cf ] HTTPCLIENT-2428: Scale reactor capacity in Read more
|
|
Posted
5 days
ago
by
ASF GitHub Bot
arturobernalg commented on code in PR #860: URL: https://github.com/apache/httpcomponents-client/pull/860#discussion_r3644183395 ########## httpclient5/src/main/java/org/apache/hc/client5/http/async/methods/InflatingCapacityChannel.java: ########## Read more
|
|
Posted
5 days
ago
by
ASF GitHub Bot
ok2c commented on code in PR #860: URL: https://github.com/apache/httpcomponents-client/pull/860#discussion_r3643955469 ########## httpclient5/src/main/java/org/apache/hc/client5/http/async/methods/InflatingCapacityChannel.java: ########## @@ -0,0 Read more
|
|
Posted
8 days
ago
by
Oleg Kalnichevski
Improve capacity management by inflating AsyncDataConsumers
|
|
Posted
8 days
ago
by
Oleg Kalnichevski
Presently inflating AsyncDataConsumers propagate capacity information of the downstream consumer to the i/o reactor without any adjustment. However, the downstream consumer requesting n bytes of data can easily end up with n * c bytes due to data Read more
|
|
Posted
10 days
ago
by
ASF GitHub Bot
ok2c commented on PR #615: URL: https://github.com/apache/httpcomponents-client/pull/615#issuecomment-5015398493 > I agree under the condition that all necessary enteypoints are available in the base client. @michael-o As far as I know they Read more
|
|
Posted
10 days
ago
by
ASF GitHub Bot
michael-o commented on PR #615: URL: https://github.com/apache/httpcomponents-client/pull/615#issuecomment-5015088632 > I am no longer in favor of inclusion of SPNEGO authentication into HttpClient code base given the avalanche of LLM driven Read more
|
|
Posted
10 days
ago
by
ASF GitHub Bot
ok2c commented on PR #615: URL: https://github.com/apache/httpcomponents-client/pull/615#issuecomment-5015017104 I am no longer in favor of inclusion of SPNEGO authentication into HttpClient code base given the avalanche of LLM driven Read more
|
|
Posted
26 days
ago
by
ASF subversion and git services
Commit ab20c86fb37c691d564cfed748bde5f11ebb1bc9 in httpcomponents-client's branch refs/heads/5.6.x from Arturo Bernal [ https://gitbox.apache.org/repos/asf?p=httpcomponents-client.git;h=ab20c86fb ] HTTPCLIENT-2426: Do not wrap a discarded (null) Read more
|
|
Posted
26 days
ago
by
Oleg Kalnichevski
ManagedHttpClientConnection.getSSLSession() throws unexpected org.apache.http.impl.conn.ConnectionShutdownException
|