parent
24c0a8e142
commit
6f506ba988
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue