|
Posted
11 months
ago
by
Sneha Murganoor
Does HttpAsync Client Support Proxy Tunnel
|
|
Posted
11 months
ago
by
Akash
Getting error: java.util.concurrent.ExecutionException: java.lang.IllegalStateException: TLS already activated Has anyone encountered this issue or knows how to properly handle double TLS handshake with HttpAsyncClient when using an HTTPS proxy? Read more
|
|
Posted
11 months
ago
by
ASF GitHub Bot
ok2c commented on code in PR #580: URL: https://github.com/apache/httpcomponents-client/pull/580#discussion_r2072637431 ########## httpclient5/pom.xml: ########## @@ -97,6 +97,10 @@ mockito-core test Read more
|
|
Posted
11 months
ago
by
ASF subversion and git services
Commit beb2c3fbbb900bcb81137ce08e43a0fb5993acf8 in httpcomponents-client's branch refs/heads/5.4.x from Arturo Bernal [ https://gitbox.apache.org/repos/asf?p=httpcomponents-client.git;h=beb2c3fbb ] HTTPCLIENT-2367 - Fix NPE in Read more
|
|
Posted
11 months
ago
by
ASF subversion and git services
Commit f5f9ae8b024c164351210d3cc8fb96858f6b859f in httpcomponents-client's branch refs/heads/master from Arturo Bernal [ https://gitbox.apache.org/repos/asf?p=httpcomponents-client.git;h=f5f9ae8b0 ] HTTPCLIENT-2367 - Fix NPE in Read more
|
|
Posted
11 months
ago
by
Jason Mathison
Thank you for the quick turnaround on this fix! I was curious about the final behavior / unit test that you added, testDoExecuteThrowsWhenNoTargetOrHost. I would expect an IllegalArgumentException to be thrown with a useful description of the Read more
|
|
Posted
11 months
ago
by
ASF subversion and git services
Commit 048ff8a73b57ff4236250343555f8a3625c34852 in httpcomponents-client's branch refs/heads/master from Arturo Bernal [ https://gitbox.apache.org/repos/asf?p=httpcomponents-client.git;h=048ff8a73 ] HTTPCLIENT-2367 - Fix NPE in Read more
|
|
Posted
11 months
ago
by
Oleg Kalnichevski
InternalAbstractHttpAsyncClient.java NPE when determineHost returns null
|
|
Posted
11 months
ago
by
Jason Mathison
Starting in the 5.4.3 release of HttpClient, in the org/apache/hc/client5/http/impl/async/InternalAbstractHttpAsyncClient.java file, it is possible to get a Null Pointer Exception thrown by this section of code: final HttpHost resolvedTarget = Read more
|
|
Posted
11 months
ago
by
Jason Mathison
Starting in the 5.4.3 release of HttpClient, in the org/apache/hc/client5/http/impl/async/InternalAbstractHttpAsyncClient.java file, it is possible to get an Null Pointer Exception thrown by this section of code: final HttpHost resolvedTarget = Read more
|