segmentio / encoding

Go package containing implementations of efficient encoding, decoding, and validation APIs.
MIT License
987 stars 52 forks source link

fix decoding lists of TRUE values #122

Closed achille-roussel closed 2 years ago

achille-roussel commented 2 years ago

This is a fix for an undocumented edge case in the thrift protocol where collections of boolean values that are all true are sometimes encoded with the TRUE type instead of BOOL.

achille-roussel commented 2 years ago

Thanks for the review!