6
I Use This!
Inactive

News

Analyzed 6 days ago. based on code collected 6 days ago.
Posted 19 days ago by Benjamin Peterson
Here's another version of my reproducer: HttpGetExample2.java It explicitly waits for executor termination to dispel any question about asynchronous cleanup. To more starkly demonstrate the leak, it attempts to run a request on the client after all Read more
Posted 20 days ago by Benjamin Peterson
Consider InternalExecRuntime.acquireEndpoint: try { final ConnectionEndpoint connectionEndpoint = connRequest.get(connectionRequestTimeout); } catch (final TimeoutException ex) { Read more
Posted 20 days ago by Benjamin Peterson
Consider {InternalExecRuntime.acquireEndpoint}}: try { final ConnectionEndpoint connectionEndpoint = connRequest.get(connectionRequestTimeout); } catch (final TimeoutException ex) { Read more
Posted about 1 month ago by ASF GitHub Bot
ok2c commented on code in PR #802: URL: https://github.com/apache/httpcomponents-client/pull/802#discussion_r2813382093 ########## httpclient5-testing/src/test/java/org/apache/hc/client5/testing/sync/TestClientAuthentication.java: ########## @@ Read more
Posted about 1 month ago by ASF GitHub Bot
rPraml commented on code in PR #802: URL: https://github.com/apache/httpcomponents-client/pull/802#discussion_r2813224815 ########## httpclient5-testing/src/test/java/org/apache/hc/client5/testing/sync/TestClientAuthentication.java: ########## @@ Read more
Posted about 1 month ago by ASF subversion and git services
Commit 9cc45f6c67864ec53f2284d16e77872851e25e87 in httpcomponents-client's branch refs/heads/5.6.x from Arturo Bernal [ https://gitbox.apache.org/repos/asf?p=httpcomponents-client.git;h=9cc45f6c6 ] HTTPCLIENT-2414 - Fix Basic auth cache scoping Read more
Posted about 1 month ago by ASF subversion and git services
Commit 0a18950331ef328c4a0bc61285601a2415aba249 in httpcomponents-client's branch refs/heads/master from Arturo Bernal [ https://gitbox.apache.org/repos/asf?p=httpcomponents-client.git;h=0a1895033 ] HTTPCLIENT-2414 - Fix Basic auth cache scoping Read more
Posted about 1 month ago by ASF GitHub Bot
arturobernalg commented on code in PR #802: URL: https://github.com/apache/httpcomponents-client/pull/802#discussion_r2807696089 ########## httpclient5-testing/src/test/java/org/apache/hc/client5/testing/sync/TestClientAuthentication.java: ########## Read more
Posted about 1 month ago by ASF GitHub Bot
michael-o commented on PR #615: URL: https://github.com/apache/httpcomponents-client/pull/615#issuecomment-3901756587 Folks, I have stalled this for now because of time and personal issues. I hope I can pick this up at a later point in time. Not Read more
Posted about 1 month ago by ASF GitHub Bot
ok2c commented on code in PR #802: URL: https://github.com/apache/httpcomponents-client/pull/802#discussion_r2807277738 ########## httpclient5-testing/src/test/java/org/apache/hc/client5/testing/sync/TestClientAuthentication.java: ########## @@ Read more