6
I Use This!
Activity Not Available

News

Analyzed about 1 year ago. based on code collected about 1 year ago.
Posted 2 months ago by ASF GitHub Bot
arturobernalg commented on PR #580: URL: https://github.com/apache/httpcomponents-client/pull/580#issuecomment-2479887725 > Hi @arturobernalg > > * TY for the work 👍 > > * Minor: For the Javadoc `since` tags, I think the Read more
Posted 2 months ago by ASF GitHub Bot
arturobernalg commented on code in PR #598: URL: https://github.com/apache/httpcomponents-client/pull/598#discussion_r1844430652 ########## httpclient5/src/test/java/org/apache/hc/client5/http/impl/io/TestPoolingHttpClientConnectionManager.java: ########## Read more
Posted 2 months ago by ASF GitHub Bot
ok2c commented on code in PR #598: URL: https://github.com/apache/httpcomponents-client/pull/598#discussion_r1844152388 ########## httpclient5/src/test/java/org/apache/hc/client5/http/impl/io/TestPoolingHttpClientConnectionManager.java: ########## @@ -307,10 +308,10 @@ void testProxyConnectAndUpgrade() throws Exception { Read more
Posted 2 months ago by ASF GitHub Bot
arturobernalg commented on code in PR #580: URL: https://github.com/apache/httpcomponents-client/pull/580#discussion_r1842446270 ########## httpclient5/src/main/java/org/apache/hc/client5/http/entity/compress/CompressingFactory.java: ########## @@ Read more
Posted 2 months ago by ASF GitHub Bot
arturobernalg commented on PR #598: URL: https://github.com/apache/httpcomponents-client/pull/598#issuecomment-2476700059 > @arturobernalg My idea was to add this method to `DnsResolver` > > ``` > /** > * Returns a list of {@link SocketAddress} Read more
Posted 2 months ago by ASF GitHub Bot
ok2c commented on PR #598: URL: https://github.com/apache/httpcomponents-client/pull/598#issuecomment-2476283652 @arturobernalg My idea was to add this method to `DnsResolver` ``` /** Returns a list of {@link SocketAddress} for the Read more
Posted 2 months ago by ASF GitHub Bot
arturobernalg commented on PR #598: URL: https://github.com/apache/httpcomponents-client/pull/598#issuecomment-2476221097 > @arturobernalg Damn. I also started working on this one. Conceptually I am not in favor of adding a new config nob every Read more
Posted 2 months ago by ASF GitHub Bot
thc202 commented on PR #598: URL: https://github.com/apache/httpcomponents-client/pull/598#issuecomment-2476005946 > I would prefer this issue solved with a custom Function address resolver or by making DnsResolver Read more
Posted 2 months ago by ASF GitHub Bot
thc202 commented on code in PR #598: URL: https://github.com/apache/httpcomponents-client/pull/598#discussion_r1841994505 ########## httpclient5/src/main/java/org/apache/hc/client5/http/impl/io/DefaultHttpClientConnectionOperator.java: ########## @@ -153,43 +153,50 @@ public void connect( Read more
Posted 2 months ago by Oleg Kalnichevski
Option to prevent hostname resolution to InetAddress