1 write to _highestOpenedStreamId
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2Connection.cs (1)
1140_highestOpenedStreamId = _currentHeadersStream.StreamId;
5 references to _highestOpenedStreamId
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http2\Http2Connection.cs (5)
399await _frameWriter.WriteGoAwayAsync(_highestOpenedStreamId, errorCode); 762else if (_incomingFrame.StreamId <= _highestOpenedStreamId) 1296if (_incomingFrame.StreamId > _highestOpenedStreamId) 1432_frameWriter.WriteGoAwayAsync(_highestOpenedStreamId, Http2ErrorCode.NO_ERROR).Preserve(); 1733Log.Http2ConnectionClosed(_context.ConnectionId, _highestOpenedStreamId);