3 references to FormatHttp2ErrorStreamClosed
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2Connection.cs (3)
757
throw new Http2ConnectionErrorException(CoreStrings.
FormatHttp2ErrorStreamClosed
(_incomingFrame.Type, _incomingFrame.StreamId), Http2ErrorCode.STREAM_CLOSED, ConnectionEndReason.UnknownStream);
850
throw new Http2ConnectionErrorException(CoreStrings.
FormatHttp2ErrorStreamClosed
(_incomingFrame.Type, _incomingFrame.StreamId), Http2ErrorCode.STREAM_CLOSED, ConnectionEndReason.InvalidStreamId);
1439
throw new Http2ConnectionErrorException(CoreStrings.
FormatHttp2ErrorStreamClosed
(_incomingFrame.Type, _incomingFrame.StreamId), Http2ErrorCode.STREAM_CLOSED, ConnectionEndReason.FrameAfterStreamClose);