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