1 write to _highestOpenedStreamId
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2Connection.cs (1)
1225_highestOpenedStreamId = _currentHeadersStream.StreamId;
5 references to _highestOpenedStreamId
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http2\Http2Connection.cs (5)
449await _frameWriter.WriteGoAwayAsync(_highestOpenedStreamId, errorCode); 841else if (_incomingFrame.StreamId <= _highestOpenedStreamId) 1381if (_incomingFrame.StreamId > _highestOpenedStreamId) 1518_frameWriter.WriteGoAwayAsync(_highestOpenedStreamId, Http2ErrorCode.NO_ERROR).Preserve(); 1825Log.Http2ConnectionClosed(_context.ConnectionId, _highestOpenedStreamId);