31 references to SendWindowUpdateAsync
InMemory.FunctionalTests (31)
Http2\Http2ConnectionTests.cs (28)
71
await
SendWindowUpdateAsync
(streamId: 1, 1);
100
await
SendWindowUpdateAsync
(streamId: 0, 65537);
127
await
SendWindowUpdateAsync
(streamId: 1, 1);
133
await
SendWindowUpdateAsync
(streamId: 1, 1);
139
await
SendWindowUpdateAsync
(streamId: 1, 1);
145
await
SendWindowUpdateAsync
(streamId: 1, 1);
151
await
SendWindowUpdateAsync
(streamId: 1, 1);
2094
await
SendWindowUpdateAsync
(0, 1);
3274
await
SendWindowUpdateAsync
(0, (int)Http2PeerSettings.DefaultInitialWindowSize);
3603
await
SendWindowUpdateAsync
(1, 1024);
3852
await
SendWindowUpdateAsync
(1, (int)(Http2PeerSettings.MaxWindowSize - _clientSettings.InitialWindowSize));
4427
await
SendWindowUpdateAsync
(2, sizeIncrement: 42);
4444
await
SendWindowUpdateAsync
(1, sizeIncrement: 42);
4480
await
SendWindowUpdateAsync
(0, sizeIncrement: 0);
4497
await
SendWindowUpdateAsync
(1, sizeIncrement: 0);
4513
await
SendWindowUpdateAsync
(1, sizeIncrement: 1);
4531
await
SendWindowUpdateAsync
(0, sizeIncrement: maxIncrement);
4532
await
SendWindowUpdateAsync
(0, sizeIncrement: 1);
4551
await
SendWindowUpdateAsync
(1, sizeIncrement: maxIncrement);
4552
await
SendWindowUpdateAsync
(1, sizeIncrement: 1);
4680
await
SendWindowUpdateAsync
(1, initialWindowSize);
4728
await
SendWindowUpdateAsync
(1, 6);
4735
await
SendWindowUpdateAsync
(1, 3);
4788
await
SendWindowUpdateAsync
(1, windowSize + 1);
5370
await
SendWindowUpdateAsync
(1, 1024);
5416
await
SendWindowUpdateAsync
(1, 1024);
5462
await
SendWindowUpdateAsync
(1, 1024);
5548
await
SendWindowUpdateAsync
(1, 1024);
Http2\Http2StreamTests.cs (3)
3014
await
SendWindowUpdateAsync
(1, 1);
3504
await
SendWindowUpdateAsync
(1, 2);
3505
await
SendWindowUpdateAsync
(0, 2);