lostisland/faraday

Requests can no longer be converted to simple JSON

開放

#535 建立於 2015年10月13日

 (8 則留言) (0 個反應) (0 位負責人)Ruby (997 個分叉)batch import
featurehelp wanted

倉庫指標

星標
 (5,861 顆星)
PR 合併指標
 (平均合併 53分鐘) (30 天內合併 3 個 PR)

描述

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.

貢獻者指南