OctopusDeploy / Octodiff

| Public | 100% C# implementation of remote delta compression based on the rsync algorithm
Other
24 stars 87 forks source link

BinaryDeltaWriter.WriteDataCommand would throw if a single data segment exceeded 2GB #45

Closed borland closed 1 year ago

borland commented 1 year ago

Fix #24

Thanks @oldcrow54

borland commented 1 year ago

a Math.Min overload for longs exists, so this would've worked fine too, no?

Yeah, it would have. I didn't think of that option at the time - I'd probably do it that way if starting again, however I kind of like the extra verboseness that it has now, so will merge as-is. Thanks!