2 references to ConnectionIdle
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
Internal\QuicStreamContext.cs (2)
284
catch (QuicException ex) when (ex.QuicError is QuicError.
ConnectionIdle
)
445
catch (QuicException ex) when (ex.QuicError is QuicError.
ConnectionIdle
)