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);