1 instantiation of Http3OutputProducer
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3Stream.cs (1)
119
_http3Output = new
Http3OutputProducer
(
4 references to Http3OutputProducer
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http3\Http3OutputProducer.cs (3)
117
_stream.Abort(new ConnectionAbortedException($"{nameof(
Http3OutputProducer
)}.{nameof(ProcessDataWrites)} has completed."), Http3ErrorCode.InternalError);
464
_log.LogCritical(ex, nameof(
Http3OutputProducer
) + "." + nameof(ProcessDataWrites) + " observed an unexpected exception.");
473
throw new InvalidOperationException(nameof(
Http3OutputProducer
) + "." + nameof(ProcessDataWrites) + " observed an unexpected state where the streams output ended with data still remaining in the pipe.");
Internal\Http3\Http3Stream.cs (1)
44
private
Http3OutputProducer
_http3Output = default!;