2 writes to _error
Microsoft.AspNetCore.Http.Connections.Client (2)
Internal\LongPollingTransport.cs (2)
98_error = sending.IsFaulted ? sending.Exception!.InnerException : null; 218_error = ex;
1 reference to _error
Microsoft.AspNetCore.Http.Connections.Client (1)
Internal\LongPollingTransport.cs (1)
222_application.Output.Complete(_error);