Skip to content

Commit 4de0e76

Browse files
authored
Add httpx to the gzip exceptions list
httpx supports GZip natively: https://gitlab.com/honeyryderchuck/httpx#httpx-a-ruby-http-library-for-tomorrow-and-beyond
1 parent 8665b8e commit 4de0e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/zendesk_api/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module ZendeskAPI
2626
# The top-level class that handles configuration and connection to the Zendesk API.
2727
# Can also be used as an accessor to resource collections.
2828
class Client
29-
GZIP_EXCEPTIONS = [:em_http, :httpclient]
29+
GZIP_EXCEPTIONS = [:em_http, :httpclient, :httpx]
3030

3131
# @return [Configuration] Config instance
3232
attr_reader :config

0 commit comments

Comments
 (0)