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 ch1;
byte ch2; byte ch2;
var readAhead = false; var readAhead = false;
bool readSecond = true; var readSecond = true;
// Fast path, we're still looking at the same span // Fast path, we're still looking at the same span
if (remaining >= 2) if (remaining >= 2)