1 write to _http1Connection
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
Http1ReadingBenchmark.cs (1)
39
_http1Connection
= MakeHttp1Connection();
7 references to _http1Connection
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (7)
Http1ReadingBenchmark.cs (7)
54
_http1Connection
.Reset();
56
_http1Connection
.RequestHeaders.ContentLength = _readData.Length;
60
_http1Connection
.FlushAsync().GetAwaiter().GetResult();
72
_http1Connection
.ResetState();
77
_http1Connection
.OnStarting(_syncTaskFunc, null);
80
_http1Connection
.OnStarting(_pseudoAsyncTaskFunc, null);
91
return
_http1Connection
.RequestBody.ReadAsync(new byte[100], default(CancellationToken)).AsTask();