danwrong / restler

REST client library for node.js
MIT License
1.99k stars 391 forks source link

avoid re-encoding request body on retry #196

Open ginman86 opened 9 years ago

ginman86 commented 9 years ago

This avoids stringifying an already encoded request body (on retry) which exponentially grows the request body size, and causes memory problems/failed requests.

easternbloc commented 8 years ago

I'm afraid this PR needs rebasing. Is there any chance you can add tests?