Closed nherzing closed 7 months ago
Hey, my apologies. I have yet to take the time to improve the PR process for this package. Do you mind adding an entry to https://github.com/ueberauth/oauth2/blob/master/CHANGELOG.md and bumping the version following SemVer?
Thank you so much for your work and patience. My apologies.
This pull request has been automatically marked as "stale:discard". If this pull request is still relevant, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize reviewing it yet. Your contribution is very much appreciated!.
Closing this pull request after a prolonged period of inactivity. If this issue is still relevant, please ask for this pull request to be reopened. Thank you!
It is possible for the body returned by
Tesla.request
to benil
. Currently, this raises because there is no matching case. This change adds support for handling anil
response from Tesla.Aside: I attempted to write a client test but, frustratingly, Plug doesn't seem to support building a response with a
nil
body. Happy to add that test if someone knows how to do build the response with Plug. It smells like a bug in Plug to me.