1 write to _http1Connection
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
Http1WritingBenchmark.cs (1)
39_http1Connection = MakeHttp1Connection();
8 references to _http1Connection
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (8)
Http1WritingBenchmark.cs (8)
55_http1Connection.Reset(); 58_http1Connection.RequestHeaders.Add("Transfer-Encoding", "chunked"); 62_http1Connection.RequestHeaders.ContentLength = _writeData.Length; 67_http1Connection.FlushAsync().GetAwaiter().GetResult(); 77_http1Connection.ResetState(); 82_http1Connection.OnStarting(_syncTaskFunc, null); 85_http1Connection.OnStarting(_pseudoAsyncTaskFunc, null); 96return _http1Connection.ResponseBody.WriteAsync(_writeData, 0, _writeData.Length, default(CancellationToken));