mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-07 10:28:31 -06:00
In httpBatchStore.GetMany(), we check our unwritten puts to see if any of the requested chunks already exist locally. If any do, we're _supposed_ to remove their hashes from the set slated to be requested from the server. That logic was borked. Towards https://github.com/attic-labs/attic/issues/503 * Add zero check Also Fixes #3063