jzebedee / deltaq

Fast and portable delta encoding for .NET in 100% safe, managed code.
Other
40 stars 13 forks source link

Missing flush fix #7

Closed jzebedee closed 3 years ago

jzebedee commented 3 years ago

Fixes a bug where BsPatch fails to flush the output stream after applying all diff data, sometimes resulting in data loss if the output stream is not flushed by the caller.