resilient-http / resilient.js

Fault tolerant and reactive HTTP client for node.js and browsers
183 stars 13 forks source link

Fix waiting before retry #132

Closed mshmelev closed 8 years ago

mshmelev commented 8 years ago

options.waitBeforeRetry should be used instead of options.retryWait. waitBeforeRetry is a documented config option, which is used in default.js as well. Now, obviously, delay doesn't work since retryWait is undefined.