2 writes to _http1Connection
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\HttpConnection.cs (2)
70
requestProcessor =
_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)
290
Log.ResponseMinimumDataRateNotSatisfied(_context.ConnectionId,
_http1Connection
?.TraceIdentifier);