Skip to content

Commit

Permalink
file download fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rmyakimenko committed Oct 11, 2016
1 parent 121e734 commit d430a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebDavMailRuCloudStore/WebDavMailRuCloudStoreDocument.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public Stream OpenReadStream()
{
throw new WebDavUnauthorizedException();
}

stream.Seek(0, SeekOrigin.Begin);
return stream;
}

Expand Down

0 comments on commit d430a0c

Please sign in to comment.