Closed
Description
Verified using the 64bit version of LibGit2sharp
Created a file stream that refers to a large 5 gig pst file.
Stream readStream = new FileStream(filePath, FileMode.Open);
Blob newBlob = repo.ObjectDatabase.CreateBlob(readStream, readStream.Length);
Got this error
LibGit2Sharp.LibGit2SharpException: failed to finish zlib inflation; stream aborted prematurely
Metadata
Metadata
Assignees
Labels
No labels