Closed
Description
Your tests directly invoke the "SendAsync" method of your custom handler, thus they pass; however, utilizing your custom handler within an HttpClient and attempting to pass the request to a different HttpClient/Handler will fail with the following error:
The request message was already sent. Cannot send the same request message multiple times.
Am I not understanding the correct usage of these extension methods or is this an accidental oversight?
Metadata
Metadata
Assignees
Labels
No labels