By default em-http decodes gzip content and leaves the Content-Encoding header
intact, which is then detected by Faraday middleware and the gzip decoding is
attempted again leading to exceptions.
This change requests that em-http not handle the gzip decoding, so that the
Faraday middleware can do it.
By default em-http decodes gzip content and leaves the Content-Encoding header intact, which is then detected by Faraday middleware and the gzip decoding is attempted again leading to exceptions.
This change requests that em-http not handle the gzip decoding, so that the Faraday middleware can do it.