2 references to TwoByteLimit
Microsoft.AspNetCore.Server.Kestrel.Core (2)
src\Shared\runtime\Http3\Helpers\VariableLengthIntegerHelper.cs (2)
161else if (longToEncode <= TwoByteLimit) 204value <= TwoByteLimit ? 2 :