9 references to ByteCR
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\Http\HttpParser.cs (9)
163
if ((uint)offset + 9 != (uint)requestLine.Length || requestLine[offset + 8] !=
ByteCR
)
204
if (span.Length >= 2 && span[0] ==
ByteCR
&& span[1] == ByteLF)
213
var lfOrCrIndex = span.IndexOfAny(
ByteCR
, ByteLF);
216
if (span[lfOrCrIndex] ==
ByteCR
)
328
array[^2] =
ByteCR
;
357
index = memory.Span.IndexOfAny(
ByteCR
, ByteLF);
381
if (memory.Span[index] ==
ByteCR
)
399
if (memory.Span[index] ==
ByteCR
)
437
if (headerSpan[^2] ==
ByteCR
)