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