7 references to INTERNAL_ERROR
Microsoft.AspNetCore.Server.Kestrel.Core (7)
Internal\Http2\Http2Connection.cs (3)
216_frameWriter.WriteGoAwayAsync(int.MaxValue, Http2ErrorCode.INTERNAL_ERROR).Preserve(); 338throw new Http2ConnectionErrorException(CoreStrings.Http2ErrorKeepAliveTimeout, Http2ErrorCode.INTERNAL_ERROR); 388errorCode = Http2ErrorCode.INTERNAL_ERROR;
Internal\Http2\Http2OutputProducer.cs (2)
246_stream.ResetAndAbort(abortReason, Http2ErrorCode.INTERNAL_ERROR); 251_stream.ResetAndAbort(new ConnectionAbortedException($"{nameof(Http2OutputProducer)} has completed."), Http2ErrorCode.INTERNAL_ERROR);
Internal\Http2\Http2Stream.cs (2)
573ResetAndAbort(abortReason, Http2ErrorCode.INTERNAL_ERROR); 576protected override void ApplicationAbort() => ApplicationAbort(new ConnectionAbortedException(CoreStrings.ConnectionAbortedByApplication), Http2ErrorCode.INTERNAL_ERROR);