3 references to ByteLF
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1ChunkedEncodingMessageBody.cs (3)
373
extensionCursorPosition = buffer.PositionOfAny(ByteCR,
ByteLF
);
402
? (suffixSpan[1] ==
ByteLF
)
403
: (suffixSpan[0] == ByteCR && suffixSpan[1] ==
ByteLF
))