3 references to FormatHttp3ControlStreamErrorMultipleInboundStreams
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http3\Http3ControlStream.cs (3)
211
throw new Http3ConnectionErrorException(CoreStrings.
FormatHttp3ControlStreamErrorMultipleInboundStreams
("control"), Http3ErrorCode.StreamCreationError, ConnectionEndReason.StreamCreationError);
220
throw new Http3ConnectionErrorException(CoreStrings.
FormatHttp3ControlStreamErrorMultipleInboundStreams
("encoder"), Http3ErrorCode.StreamCreationError, ConnectionEndReason.StreamCreationError);
229
throw new Http3ConnectionErrorException(CoreStrings.
FormatHttp3ControlStreamErrorMultipleInboundStreams
("decoder"), Http3ErrorCode.StreamCreationError, ConnectionEndReason.StreamCreationError);