h2non/rocky

Fix retry support in recent node.js versions

h2non opened this issue · 1 comments

h2non commented

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

Deprecated.