8 references to StreamCreationError
Microsoft.AspNetCore.Server.Kestrel.Core (8)
Internal\Http3\Http3Connection.cs (3)
301
stream.Abort(new ConnectionAbortedException(CoreStrings.Http3ControlStreamHeaderTimeout), Http3ErrorCode.
StreamCreationError
);
454
Log.Http3StreamAbort(CoreStrings.FormatUnidentifiedStream(ex.StreamId), Http3ErrorCode.
StreamCreationError
, new(ex.Message));
635
throw new Http3StreamErrorException(CoreStrings.ReceivedLooseWebTransportStream, Http3ErrorCode.
StreamCreationError
);
Internal\Http3\Http3ControlStream.cs (4)
205
throw new Http3ConnectionErrorException(CoreStrings.FormatHttp3ControlStreamErrorMultipleInboundStreams("control"), Http3ErrorCode.
StreamCreationError
, ConnectionEndReason.StreamCreationError);
214
throw new Http3ConnectionErrorException(CoreStrings.FormatHttp3ControlStreamErrorMultipleInboundStreams("encoder"), Http3ErrorCode.
StreamCreationError
, ConnectionEndReason.StreamCreationError);
223
throw new Http3ConnectionErrorException(CoreStrings.FormatHttp3ControlStreamErrorMultipleInboundStreams("decoder"), Http3ErrorCode.
StreamCreationError
, ConnectionEndReason.StreamCreationError);
229
throw new Http3StreamErrorException(CoreStrings.FormatHttp3ControlStreamErrorUnsupportedType(_headerType), Http3ErrorCode.
StreamCreationError
);
Internal\Http3\Http3Formatting.cs (1)
32
Http3ErrorCode.
StreamCreationError
=> "H3_STREAM_CREATION_ERROR",