Files
dolt/go
cmasone-attic b37b5cc61d Fix crash in handleWriteValue (#2696)
In some cases where the same chunk appears more than once in a given
writeValue request, the handleWriteValue code is able to recognize
this and skip re-decoding and re-hashing it. In that case an empty
result winds up percolating through the code, and I wasn't handling
this correctly. Fixed and added a unit test to catch this.

Fixes #2695
2016-10-12 08:49:12 -07:00
..