Related to this ticket about issues with inflating data.
So far it had been suggested by API’s support to request gzip instead of deflate.
However I cannot find a way to override WP settings that set deflate with highest priority as accepted encoding for all requests.
Related functions – WP_Http_Encoding::is_available()
and WP_Http_Encoding::accept_encoding()
.
Is there any hook or other option to control this that I am missing?