You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
c70bf4f
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:
Am I not understanding the correct usage of these extension methods or is this an accidental oversight?
The text was updated successfully, but these errors were encountered: