h2non / rocky

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

Fix retry support in recent node.js versions #92

Closed h2non closed 8 years ago

h2non commented 8 years ago

The retry implementation was originally a bit tricky and is not compatible anymore with recent node.js.

The response end methods should be wrapper properly but using from response middleware which wraps consistently the response stream.

h2non commented 8 years ago

Deprecated.