Merge pull request #192 from Tragetaschen/patch-1

Fix bug #191 introduced by b25d2d9
This commit is contained in:
David Fowler 2015-09-05 07:51:06 -07:00
commit 8a6495364e
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 CanSeek => false;
public override bool CanWrite => false; public override bool CanWrite => true;
public override long Length public override long Length
{ {
@ -100,4 +100,4 @@ namespace Microsoft.AspNet.Server.Kestrel.Http
return tcs.Task; return tcs.Task;
} }
} }
} }