Closed
Description
When calling Reader
method of object.File
it will read all content into memory that can easily drain memory. Would be nice if there was option that it would return wrapper to FS reader limited to specific object pos & length
Ref:
go-git/plumbing/format/packfile/packfile.go
Line 277 in 8019144