Closed
Description
Add detail in HttpClient documentation
See PR dotnet/docs#4330 for background information.
Issues with Existing Topics
The HttpClient documentation needs to be updated to address issues that are not discussed or differences between .NET implementations. These include:
- The connection limit, on a per-implementation basis.
- Issues related to using a single instance of HttpClient
- HttpClient and the DNS refresh problem
- Guidance on when to instantiate a new HttpClient instance