You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting in Node 11.1 and continuing to current Node 14 (11.0.0 and prior works fine)
When we use the http response writeable stream provided by MITM in the nodejs internal streams pipeline method the pipeline callback is never invoked.
We have created a repo with an implementation and tests showing the problem. If you run yarn test with node v11.0.0 the tests will pass, if you run with v11.1.1 they will timeout.
We are seeing an issue with MITM involving:
When we use the http response writeable stream provided by MITM in the nodejs internal streams
pipeline
method the pipeline callback is never invoked.We have created a repo with an implementation and tests showing the problem. If you run
yarn test
with node v11.0.0 the tests will pass, if you run with v11.1.1 they will timeout.https://github.com/FormidableLabs/mitm-experiments
The callback not invoked that should be is here: https://github.com/FormidableLabs/mitm-experiments/blob/main/index.js#L126
Thanks for your help!
The text was updated successfully, but these errors were encountered: