Skip to content

Commit d34c8ca

Browse files
Correct a tiny typo (#9410)
`THis` -> `This`
1 parent 6eaebcd commit d34c8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-notes/9.0/preview/preview6/libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ string encoded = Base64Url.EncodeToString(bytes);
518518

519519
## SocketsHttpHandler by default in HttpClientFactory
520520

521-
`HttpClientFactory` creates `HttpClient` objects backed by `HttpClientHandler`, by default. `HttpClientHandler` is itself backed by `SocketsHttpHandler`, however, `SocketsHttpHandler` is much more configurable, including around connection lifetime management. `HttpClientFactory` now uses `SocketsHttpHandler` by default and will configure it to set limits on its connection lifetimes to match that of the rotation lifetime specified in the factory. THis change is in the 9.0 [`Microsoft.Extensions.Http`](https://www.nuget.org/packages/Microsoft.Extensions.Http/) package
521+
`HttpClientFactory` creates `HttpClient` objects backed by `HttpClientHandler`, by default. `HttpClientHandler` is itself backed by `SocketsHttpHandler`, however, `SocketsHttpHandler` is much more configurable, including around connection lifetime management. `HttpClientFactory` now uses `SocketsHttpHandler` by default and will configure it to set limits on its connection lifetimes to match that of the rotation lifetime specified in the factory. This change is in the 9.0 [`Microsoft.Extensions.Http`](https://www.nuget.org/packages/Microsoft.Extensions.Http/) package
522522

523523
## TLS resume with client certificates on Linux
524524

0 commit comments

Comments
 (0)