thriftrw / thriftrw-python

A Thrift encoding library for Python
MIT License
36 stars 10 forks source link

Receiving unrecognized enums should not fail the request #122

Closed abhinav closed 8 years ago

abhinav commented 8 years ago

Especially if the field holding the enum is optional; we should simply treat it as absent.

Related: https://github.com/thriftrw/thriftrw-python/issues/121 and https://github.com/thriftrw/thriftrw-node/issues/127

abhinav commented 8 years ago

Requirements changed. Closing in favor of https://github.com/thriftrw/thriftrw/issues/1