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); 91return _http1Connection.RequestBody.ReadAsync(new byte[100], default(CancellationToken)).AsTask();