2 references to ByteCR
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\Http1Connection.cs (2)
282
if (reader.TryPeek(out byte b) && (b ==
ByteCR
|| b == ByteLF))
284
reader.AdvancePastAny(
ByteCR
, ByteLF);