Replies: 1 comment
-
Faraday does not manually decompress responses, and instead it relies on the underlying adapter. It's hard to say what's wrong in your case, but my suggestion would be to test in isolation in order to identify the issue:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I need gzip decompression and the docs say, that this should work out of the box with the default adapter
Faraday::Adapter::NetHttp
.But my response is not decompressed, although I set the
Accept-Encoding
-Header togzip, deflate
and the server responds properly:What am I doing wrong?
thanks!
Beta Was this translation helpful? Give feedback.
All reactions