Skip to content

Commit

Permalink
Do not use gzip
Browse files Browse the repository at this point in the history
  • Loading branch information
imustafin committed Aug 7, 2020
1 parent d78c86a commit 0ec758a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/textrazor/request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ class Request
def self.post(text, options)
::RestClient.post(
TextRazor.configuration.url,
build_query(text, options),
accept_encoding: 'gzip'
build_query(text, options)
)
end

Expand Down

0 comments on commit 0ec758a

Please sign in to comment.