Merge pull request #250 from benaadams/patch-2
subsequent block has data - IsEnd is false
This commit is contained in:
commit
774ce2dc9f
|
|
@ -56,7 +56,7 @@ namespace Microsoft.AspNet.Server.Kestrel.Infrastructure
|
|||
{
|
||||
if (block.Start < block.End)
|
||||
{
|
||||
return true;
|
||||
return false; // subsequent block has data - IsEnd is false
|
||||
}
|
||||
block = block.Next;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue