Skip to content

Decode request body from bytes to unicode.

Compare
Choose a tag to compare
@feanil feanil released this 19 Sep 14:09
· 513 commits to master since this release
dd19b86
Pass unicode to json.loads. (#428)

In python2 there was auto-coercion happening here but in python3 we need
to pass in unicode and requests body is bytes.