/HttpClientIssueRepro

A repository containing a small project to reproduce an issue for Microsoft with HttpClient

Primary LanguageC#MIT LicenseMIT

HttpClientIssueRepro

A repository containing a small project to reproduce an issue for Microsoft with HttpClient

Contents

  • A Web API application with a values controller, that when called makes reuses a HttpClient to make a sub request
  • A JMeter file to call the API under load