This commit is contained in:
Jeremy Kuhne 2019-02-07 15:52:48 -08:00
parent 2c649b2409
commit a02ac20183
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http
byte ch1;
byte ch2;
var readAhead = false;
bool readSecond = true;
var readSecond = true;
// Fast path, we're still looking at the same span
if (remaining >= 2)