Skip to content

Commit

Permalink
try middleware chunked again
Browse files Browse the repository at this point in the history
  • Loading branch information
ndushay committed Sep 11, 2019
1 parent 870887f commit 4ddc342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/symphony_reader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ResponseError < StandardError; end
def self.client
Faraday.new(headers: Settings.catalog.symphony.headers) do |conn|
conn.request :url_encoded
conn.use :chunked
conn.response :chunked
conn.adapter :net_http
end
end
Expand Down

0 comments on commit 4ddc342

Please sign in to comment.