jkakar / aws-codegen

Code generator for AWS clients in Elixir.
Other
35 stars 0 forks source link

Don't ask Poison to parse responses with no body. #15

Closed fivebats closed 8 years ago

fivebats commented 8 years ago

Some AWS responses are just a 200 with empty body. These changes prevent attempting to parse this empty body, which causes Poison to throw an exception.

jkakar commented 8 years ago

Thanks @fivebats! Sorry for the slow response. For some reason I wasn't watching my own repository?!