1 instantiation of Http3PendingStreamException
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3PendingStream.cs (1)
82
throw new
Http3PendingStreamException
(CoreStrings.AttemptedToReadHeaderOnAbortedStream, streamId, _abortedException);
1 reference to Http3PendingStreamException
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3Connection.cs (1)
451
catch (
Http3PendingStreamException
ex)