4 references to Status508LoopDetected
Microsoft.AspNetCore.Http.Results (2)
ResultsCache.StatusCodes.cs (2)
146
StatusCodes.
Status508LoopDetected
=> _status508LoopDetected ??= new(StatusCodes.
Status508LoopDetected
),
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\ReasonPhrases.cs (2)
77
private static readonly byte[] _bytesStatus508 = CreateStatusBytes(StatusCodes.
Status508LoopDetected
);
163
StatusCodes.
Status508LoopDetected
=> _bytesStatus508,