mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-12 02:58:53 -06:00
When we added GetMany and HasMany, we didn't realize that requests could then be larger than the allowable HTTP form size. This patch makes the body of getRefs and hasRefs be serialized as binary instead, which addresses this issue and actually makes the request body more compact. Fixes #3589