mozilla / telemetry-server

Server for the Mozilla Telemetry project
Other
41 stars 35 forks source link

Skip message fields if they are "bytes" type. #128

Closed mreid-moz closed 9 years ago

mreid-moz commented 9 years ago

These fields cause trouble with JSON parsing and serialization.

Ideally we'd fix the code to properly handle these byte strings, but skipping them is the next best thing.

mreid-moz commented 9 years ago

r? @vitillo This should fix the chromehangs job. As far as I know, nothing else currently uses any bytes fields.