Fix bug #191 introduced by b25d2d9

This commit is contained in:
Kai Ruhnau 2015-09-05 12:29:00 +02:00
parent f10c989d90
commit 5ee80e0155
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ namespace Microsoft.AspNet.Server.Kestrel.Http
public override bool CanSeek => false;
public override bool CanWrite => false;
public override bool CanWrite => true;
public override long Length
{
@ -100,4 +100,4 @@ namespace Microsoft.AspNet.Server.Kestrel.Http
return tcs.Task;
}
}
}
}