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
{{ message }}
This repository has been archived by the owner on Jul 5, 2020. It is now read-only.
Prevents dependency to be collected when response is null. This corresponds to the valid case when an exception was thrown during request processing (because of network, dns, timeout). This case is treated specially in the code.
It is logged in internal telemetry as
AI (Internal): HttpCoreDiagnosticSourceListener OnNext failed to call event handler. Error details 'Event System.Net.Http.HttpRequestOut.Stop: cannot cast response to expected type HttpResponseMessage'
Tests for failed/canceled requests should be verified or implemented if missing.
The text was updated successfully, but these errors were encountered:
Commit 38865b6
Prevents dependency to be collected when response is null. This corresponds to the valid case when an exception was thrown during request processing (because of network, dns, timeout). This case is treated specially in the code.
It is logged in internal telemetry as
Tests for failed/canceled requests should be verified or implemented if missing.
The text was updated successfully, but these errors were encountered: