lostisland/faraday

Requests can no longer be converted to simple JSON

オープン

#535 opened on 2015/10/13

 (8 件のコメント) (0 件のリアクション) (0 人の担当者)Ruby (997 件のフォーク)batch import
featurehelp wanted

Repository metrics

Stars
 (5,861 個のスター)
PR merge metrics
 (平均マージ 53m) (30d で 3 merged PRs)

説明

fba7ce503d2be7bd88229f95107559a14c98821c causes a stack too deep to occur when attempting to call to_json, due to the nested env/request nature of the objects.

Some context: We have been logging the json version of faraday response objects for verification purposes when performing sensitive data changes through faraday requests; This is no longer possible.

コントリビューターガイド