Skip to content

Commit

Permalink
Fix encoding issue deserializing responses
Browse files Browse the repository at this point in the history
  • Loading branch information
dlau committed Apr 25, 2017
1 parent 8da918b commit c987c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ldclient-rb/requestor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def initialize(sdk_key, config)
@sdk_key = sdk_key
@config = config
@client = Faraday.new do |builder|
builder.use :http_cache, store: @config.cache_store
builder.use :http_cache, store: @config.cache_store, serializer: Marshal

builder.adapter :net_http_persistent
end
Expand Down

0 comments on commit c987c91

Please sign in to comment.