Skip to content
This repository has been archived by the owner on Dec 10, 2018. It is now read-only.

Propagate decode_response to nested structs #194

Merged
merged 1 commit into from
Mar 30, 2016
Merged

Propagate decode_response to nested structs #194

merged 1 commit into from
Mar 30, 2016

Conversation

wbolster
Copy link
Contributor

Nested maps, lists, sets and structs now correctly take the
decode_response argument into account instead of unconditionally
attempting bytes to text decoding.

Fixes #193.

Nested maps, lists, sets and structs now correctly take the
"decode_response" argument into account instead of unconditionally
attempting bytes to text decoding.

Fixes #193.
@wbolster
Copy link
Contributor Author

Note that the compact protocol implementation only uses calls to self.read_...() which uses the self.decode_response value correctly in all cases.

@lxyu lxyu merged commit d9afc32 into Thriftpy:develop Mar 30, 2016
@lxyu
Copy link
Contributor

lxyu commented Mar 30, 2016

Thanks very much!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants