Skip to content

Commit dc7ac53

Browse files
authored
Merge pull request #486 from es/patch-1
Add httpx to the gzip exceptions list
2 parents 1a7c8bc + 4de0e76 commit dc7ac53

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
@@ -24,7 +24,7 @@ module ZendeskAPI
2424
# The top-level class that handles configuration and connection to the Zendesk API.
2525
# Can also be used as an accessor to resource collections.
2626
class Client
27-
GZIP_EXCEPTIONS = [:em_http, :httpclient]
27+
GZIP_EXCEPTIONS = [:em_http, :httpclient, :httpx]
2828

2929
# @return [Configuration] Config instance
3030
attr_reader :config

0 commit comments

Comments
 (0)