Skip to content

Correct a tiny typo #9410

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion release-notes/9.0/preview/preview6/libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ string encoded = Base64Url.EncodeToString(bytes);

## SocketsHttpHandler by default in HttpClientFactory

`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
`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

## TLS resume with client certificates on Linux

Expand Down
Loading