Remove capture of "this" from local function (#7467)
This commit is contained in:
parent
94109e6655
commit
132a1ad31b
|
|
@ -143,7 +143,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http
|
||||||
producer._unflushedBytes = 0;
|
producer._unflushedBytes = 0;
|
||||||
|
|
||||||
// If there is an empty write, we still need to update the current chunk
|
// If there is an empty write, we still need to update the current chunk
|
||||||
_currentChunkMemoryUpdated = false;
|
producer._currentChunkMemoryUpdated = false;
|
||||||
|
|
||||||
return producer._flusher.FlushAsync(producer._minResponseDataRateFeature.MinDataRate, bytesWritten, producer, token);
|
return producer._flusher.FlushAsync(producer._minResponseDataRateFeature.MinDataRate, bytesWritten, producer, token);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue