Skip to content

Commit

Permalink
Compression/ encryption can call flush anyway, even on read only stream
Browse files Browse the repository at this point in the history
  • Loading branch information
ayende committed Aug 24, 2015
1 parent 03eb908 commit 973fdff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Raven.Database/Indexing/LuceneCodecDirectory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ public MmapStream(byte* ptr, long len)

public override void Flush()
{
throw new NotSupportedException();
}

public override long Seek(long offset, SeekOrigin origin)
Expand Down

0 comments on commit 973fdff

Please sign in to comment.