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);
2110
await
SendWindowUpdateAsync
(0, 1);
3290
await
SendWindowUpdateAsync
(0, (int)Http2PeerSettings.DefaultInitialWindowSize);
3619
await
SendWindowUpdateAsync
(1, 1024);
3868
await
SendWindowUpdateAsync
(1, (int)(Http2PeerSettings.MaxWindowSize - _clientSettings.InitialWindowSize));
4443
await
SendWindowUpdateAsync
(2, sizeIncrement: 42);
4460
await
SendWindowUpdateAsync
(1, sizeIncrement: 42);
4496
await
SendWindowUpdateAsync
(0, sizeIncrement: 0);
4513
await
SendWindowUpdateAsync
(1, sizeIncrement: 0);
4529
await
SendWindowUpdateAsync
(1, sizeIncrement: 1);
4547
await
SendWindowUpdateAsync
(0, sizeIncrement: maxIncrement);
4548
await
SendWindowUpdateAsync
(0, sizeIncrement: 1);
4567
await
SendWindowUpdateAsync
(1, sizeIncrement: maxIncrement);
4568
await
SendWindowUpdateAsync
(1, sizeIncrement: 1);
4696
await
SendWindowUpdateAsync
(1, initialWindowSize);
4744
await
SendWindowUpdateAsync
(1, 6);
4751
await
SendWindowUpdateAsync
(1, 3);
4804
await
SendWindowUpdateAsync
(1, windowSize + 1);
5386
await
SendWindowUpdateAsync
(1, 1024);
5432
await
SendWindowUpdateAsync
(1, 1024);
5478
await
SendWindowUpdateAsync
(1, 1024);
5564
await
SendWindowUpdateAsync
(1, 1024);
Http2\Http2StreamTests.cs (3)
3014
await
SendWindowUpdateAsync
(1, 1);
3504
await
SendWindowUpdateAsync
(1, 2);
3505
await
SendWindowUpdateAsync
(0, 2);