8 references to _helloWorldBytes
InMemory.FunctionalTests (8)
Http3\Http3TimeoutTests.cs (8)
351
var requestStream = await Http3Api.CreateRequestStream(ReadRateRequestHeaders(
_helloWorldBytes
.Length), endStream: false);
352
await requestStream.SendDataAsync(
_helloWorldBytes
, endStream: false);
460
await requestStream.SendDataAsync(
_helloWorldBytes
, endStream: true);
470
Http3Api.AdvanceTime(TimeSpan.FromSeconds((requestStream.BytesReceived +
_helloWorldBytes
.Length) / limits.MinResponseDataRate.BytesPerSecond) +
481
Assert.Equal(
_helloWorldBytes
.Length, data.Length);
709
var requestStream = await Http3Api.CreateRequestStream(ReadRateRequestHeaders(
_helloWorldBytes
.Length), endStream: false);
710
await requestStream.SendDataAsync(
_helloWorldBytes
, endStream: false);
725
await requestStream.SendDataAsync(
_helloWorldBytes
, endStream: true);