2 writes to _error
Microsoft.AspNetCore.Http.Connections.Client (2)
Internal\ServerSentEventsTransport.cs (2)
115
_error
= sending.IsFaulted ? sending.Exception!.InnerException : null;
163
_error
= ex;
1 reference to _error
Microsoft.AspNetCore.Http.Connections.Client (1)
Internal\ServerSentEventsTransport.cs (1)
167
_application.Output.Complete(
_error
);