2 references to FormatHttp2ErrorStreamHalfClosedRemote
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2Connection.cs (2)
740
throw new Http2ConnectionErrorException(CoreStrings.
FormatHttp2ErrorStreamHalfClosedRemote
(_incomingFrame.Type, stream.StreamId), Http2ErrorCode.STREAM_CLOSED, ConnectionEndReason.FrameAfterStreamClose);
825
throw new Http2ConnectionErrorException(CoreStrings.
FormatHttp2ErrorStreamHalfClosedRemote
(_incomingFrame.Type, stream.StreamId), Http2ErrorCode.STREAM_CLOSED, ConnectionEndReason.FrameAfterStreamClose);