3 references to ErrorWritingHeaders
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2FrameWriter.cs (2)
559
_http2Connection.Abort(new ConnectionAbortedException(ex.Message, ex), Http2ErrorCode.INTERNAL_ERROR, ConnectionEndReason.
ErrorWritingHeaders
);
600
_http2Connection.Abort(new ConnectionAbortedException(ex.Message, ex), Http2ErrorCode.INTERNAL_ERROR, ConnectionEndReason.
ErrorWritingHeaders
);
Internal\Infrastructure\KestrelMetrics.cs (1)
495
ConnectionEndReason.
ErrorWritingHeaders
=> "error_writing_headers",