2 references to SendDataWithPaddingAsync
InMemory.FunctionalTests (2)
Http2\Http2ConnectionTests.cs (2)
1236
await
SendDataWithPaddingAsync
(1, _helloWorldBytes, padLength, endStream: true);
1280
await
SendDataWithPaddingAsync
(1, maxDataMinusPadding, padLength, endStream: false);