h2non / rocky

Full-featured, middleware-oriented, programmatic HTTP and WebSocket proxy for node.js (deprecated)
MIT License
371 stars 24 forks source link

Retry/backoff support #57

Closed h2non closed 9 years ago

h2non commented 9 years ago

For both forward and replay

forward request should retry with the next server (if using balance) or with the existent one after a wait delay

h2non commented 9 years ago

Pending more tests!

h2non commented 9 years ago

Initial support completed!