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