You've already forked linux-packaging-mono
Imported Upstream version 5.10.1.25
Former-commit-id: 14ef8af3b54f8c453b5049813edca31fa68f672b
This commit is contained in:
parent
fa33682fe9
commit
f31f5cf987
@@ -180,7 +180,7 @@ namespace System.IO.Compression
|
||||
return _deflateStream.WriteAsync(array, offset, count, cancellationToken);
|
||||
}
|
||||
|
||||
public override Task WriteAsync(ReadOnlyMemory<byte> source, CancellationToken cancellationToken = default(CancellationToken))
|
||||
internal override Task WriteAsync(ReadOnlyMemory<byte> source, CancellationToken cancellationToken = default(CancellationToken))
|
||||
{
|
||||
if (GetType() != typeof(GZipStream))
|
||||
{
|
||||
|
Reference in New Issue
Block a user