1 write to _httpFrame
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
Http3\Http3ConnectionBenchmarkBase.cs (1)
36
_httpFrame
= new Http3FrameWithPayload();
1 reference to _httpFrame
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
Http3\Http3ConnectionBenchmarkBase.cs (1)
66
var frame = await stream.ReceiveFrameAsync(allowEnd: true, frame:
_httpFrame
);