2 references to ByteLF
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\Http1ChunkedEncodingMessageBody.cs (2)
364
SequencePosition? extensionCursorPosition = buffer.PositionOfAny(ByteCR,
ByteLF
);
391
if (suffixSpan[0] == ByteCR && suffixSpan[1] ==
ByteLF
)