6
I Use This!
Activity Not Available

News

Analyzed 4 months ago. based on code collected 4 months ago.
Posted 8 days ago by Oleg Kalnichevski
yhzdys RequestConfig#responseTimeout javadoc states Please note that response timeout may be unsupported by HTTP transports with message multiplexing. HTTP/2 protocol handlers are going to support `responseTimeout` on a per stream Read more
Posted 8 days ago by ASF subversion and git services
Commit afba680b24370b85430e5314512fb2e955dd1b88 in httpcomponents-client's branch refs/heads/dependabot/maven/all-29bbd2bd6c from Arturo Bernal [ https://gitbox.apache.org/repos/asf?p=httpcomponents-client.git;h=afba680b2 ] HTTPCLIENT-2423: Read more
Posted 24 days ago by ASF subversion and git services
Commit afba680b24370b85430e5314512fb2e955dd1b88 in httpcomponents-client's branch refs/heads/master from Arturo Bernal [ https://gitbox.apache.org/repos/asf?p=httpcomponents-client.git;h=afba680b2 ] HTTPCLIENT-2423: Propagate trace context in Read more
Posted about 1 month ago by Oleg Kalnichevski
Http Client leaking memory
Posted about 1 month ago by Arturo Bernal
Hi philsttr  I have opened a PR with a proposed fix for HTTPCLIENT-2423. The change adds a Micrometer sender observation context for both classic and async execution interceptors, exposing the outbound request as the carrier and using setHeader for Read more
Posted about 1 month ago by ASF GitHub Bot
Support trace context header propagation in httpclient5-observation
Posted about 1 month ago by Oleg Kalnichevski
rjampani  > A new client is created for every request and off course within in try with resources, which ensures the resources are closed. This is a bad practice, very inefficient and strongly discouraged. One should re-use the same instance of Read more
Posted about 1 month ago by Ravisankar Jampani
We have this piece of code,  1. Make http "GET" and receive the response from another service 2. A new client is created for every request and off course within in try with resources, which ensures the resources are closed. 3) We are observing a Read more
Posted about 1 month ago by Phil Clay
The httpclient5-observation module does not provide a mechanism for propagating tracing headers (e.g. traceparent) in outbound requests. For reference, the old (deprecated) httpclient5 micrometer observation instrumentation in the micrometer-core Read more
Posted about 1 month ago by ASF subversion and git services
Commit 4b0cbd4bf94a92b703985630aa42144eed20402c in httpcomponents-client's branch refs/heads/dependabot/maven/all-29bbd2bd6c from Arturo Bernal [ https://gitbox.apache.org/repos/asf?p=httpcomponents-client.git;h=4b0cbd4bf ] HTTPCLIENT-2422: Restore Read more