1 write to StreamId
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3PendingStreamException.cs (1)
11StreamId = streamId;
2 references to StreamId
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3Connection.cs (2)
453_unidentifiedStreams.Remove(ex.StreamId, out var stream); 454Log.Http3StreamAbort(CoreStrings.FormatUnidentifiedStream(ex.StreamId), Http3ErrorCode.StreamCreationError, new(ex.Message));