2 references to RfcOverhead
IIS.FunctionalTests (2)
src\Shared\runtime\Http2\Hpack\DynamicTable.cs (1)
75
int maxCapacity = _maxSize / HeaderField.
RfcOverhead
;
src\Shared\runtime\Http2\Hpack\HeaderField.cs (1)
39
public static int GetLength(int nameLength, int valueLength) => nameLength + valueLength +
RfcOverhead
;