diff --git a/src/Microsoft.AspNet.Server.Kestrel/Infrastructure/MemoryPoolIterator2.cs b/src/Microsoft.AspNet.Server.Kestrel/Infrastructure/MemoryPoolIterator2.cs index 467db4993d..b8f3a9e86d 100644 --- a/src/Microsoft.AspNet.Server.Kestrel/Infrastructure/MemoryPoolIterator2.cs +++ b/src/Microsoft.AspNet.Server.Kestrel/Infrastructure/MemoryPoolIterator2.cs @@ -55,7 +55,7 @@ namespace Microsoft.AspNet.Server.Kestrel.Infrastructure { if (block.Start < block.End) { - return true; + return false; // subsequent block has data - IsEnd is false } } return true;