3 references to None
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2OutputProducer.cs (3)
163return (_unconsumedBytes > 0, _unobservedState != State.None, _currentState, _waitingForWindowUpdates); 198_unobservedState = State.None; 199_currentState = State.None;