Closed thehenrytsai closed 3 years ago
"The canonicalized buffer of each Chunk File delta entry MUST NOT exceed the MAX_DELTA_SIZE" - this is what is in the spec, and what I believe we have implemented, @thehenrytsai. If this is true on both accounts, I can close this out as done.
No spec on this, but
delta
size check should be against the decoded buffer, but currently size check is against the encoded buffer.