2 writes to WindowUpdateSizeIncrement
http2cat (2)
src\Shared\ServerInfrastructure\Http2\Http2Frame.WindowUpdate.cs (1)
21WindowUpdateSizeIncrement = sizeIncrement;
src\Shared\ServerInfrastructure\Http2\Http2FrameReader.cs (1)
178frame.WindowUpdateSizeIncrement = (int)Bitshifter.ReadUInt31BigEndian(extendedHeaders);