Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes iota unexpected behaviour with bytes for chunk encoding. (#2945)
* Fixes iota unexpected behaviour with bytes for chunk encoding. This was introducing incompatibilities since iota with bytes starts at 2. Seems like a weird conversion between iota int and byte. This can currenlty corrupt chunks, and previous chunks are not decodable. Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com> * With iota correclty this time. Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com> (cherry picked from commit fa7ea9c)
- Loading branch information