subsequent block has data - IsEnd is false

Resolves #249
This commit is contained in:
Ben Adams 2015-10-08 18:13:22 -04:00 committed by Stephen Halter
parent 24c0a8e142
commit 6f506ba988
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ namespace Microsoft.AspNet.Server.Kestrel.Infrastructure
{ {
if (block.Start < block.End) if (block.Start < block.End)
{ {
return true; return false; // subsequent block has data - IsEnd is false
} }
} }
return true; return true;