Skip to content

Commit

Permalink
Merge pull request #93 from etehtsea/fix-msgpack-compat
Browse files Browse the repository at this point in the history
Fix compatibility with MessagePack serializer
  • Loading branch information
lucasmazza committed May 25, 2017
2 parents 2d329bb + e869b07 commit a9fde0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/faraday/http_cache/request.rb
Expand Up @@ -39,7 +39,7 @@ def cache_control
def serializable_hash
{
method: @method,
url: @url,
url: @url.to_s,
headers: @headers
}
end
Expand Down

0 comments on commit a9fde0d

Please sign in to comment.