Hacker News new | ask | show | jobs
by basicoperation 1004 days ago
I spent several hours earlier this year helping a colleague debug a protobuf deserialisation error, where I noticed that the first byte was a varint-encoded length of the rest of the data! He did eventually get things working, though I never followed up on the root cause.

I can’t wait to get back from vacation to ask if it was this.