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