nodejs / undici

An HTTP/1.1 client, written from scratch for Node.js
https://nodejs.github.io/undici
MIT License
5.92k stars 511 forks source link

fix: interceptor back-pressure #3374

Closed ronag closed 2 days ago

ronag commented 5 days ago

Tries to resolve the back-pressure issue. Downside is that it gives up on forwarding dispatcher events.

Refs: https://github.com/nodejs/undici/issues/3376

ronag commented 5 days ago

Not working yet, just a POC