2 writes to _http1Connection
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\HttpConnection.cs (2)
70requestProcessor = _http1Connection = new Http1Connection<TContext>((HttpConnectionContext)_context); 149_http1Connection = requestProcessor as Http1Connection;
1 reference to _http1Connection
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\HttpConnection.cs (1)
290Log.ResponseMinimumDataRateNotSatisfied(_context.ConnectionId, _http1Connection?.TraceIdentifier);