From 761df9add6d0bca143eb7d4a3a441cf6db8db40e Mon Sep 17 00:00:00 2001 From: Martin Koudelka <42440351+v-makoud@users.noreply.github.com> Date: Tue, 18 Dec 2018 09:50:35 +0100 Subject: [PATCH] C54009: Asterisk issue Hello, @CESARDELATORRE, Translator has reported possible source content issue. Description: There is an isolated asterisk. Proposed fix is **HttpMessageHandler** or HttpMessageHandler\*\* Please review and merge the suggested proposed file change to avoid this error. If you make related fix in another PR, then share your PR number, so we can confirm and close this PR. Many thanks in advance. --- ...-httpclientfactory-to-implement-resilient-http-requests.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/standard/microservices-architecture/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests.md b/docs/standard/microservices-architecture/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests.md index eefb7188ad6fc..3361fe8d4c3be 100644 --- a/docs/standard/microservices-architecture/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests.md +++ b/docs/standard/microservices-architecture/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests.md @@ -65,7 +65,7 @@ Just by adding your typed client classes with AddHttpClient(), whenever you use ### HttpClient lifetimes -Each time you get an `HttpClient` object from IHttpClientFactory, a new instance of an `HttpClient` is returned. There will be an HttpMessageHandler** per named of typed client. `IHttpClientFactory` will pool the HttpMessageHandler instances created by the factory to reduce resource consumption. An HttpMessageHandler instance may be reused from the pool when creating a new `HttpClient` instance if its lifetime hasn't expired. +Each time you get an `HttpClient` object from IHttpClientFactory, a new instance of an `HttpClient` is returned. There will be an **HttpMessageHandler** per named of typed client. `IHttpClientFactory` will pool the HttpMessageHandler instances created by the factory to reduce resource consumption. An HttpMessageHandler instance may be reused from the pool when creating a new `HttpClient` instance if its lifetime hasn't expired. Pooling of handlers is desirable as each handler typically manages its own underlying HTTP connections; creating more handlers than necessary can result in connection delays. Some handlers also keep connections open indefinitely, which can prevent the handler from reacting to DNS changes. @@ -158,4 +158,4 @@ Until this point, the code shown is just performing regular Http requests, but t >[!div class="step-by-step"] >[Previous](explore-custom-http-call-retries-exponential-backoff.md) ->[Next](implement-http-call-retries-exponential-backoff-polly.md) \ No newline at end of file +>[Next](implement-http-call-retries-exponential-backoff-polly.md)