• isaacs's avatar
    Add flow control · 2b9e09b0
    isaacs authored
    Not in the "async/fibers/coro" sense of flow control, but in the TCP
    backpressure sense.
    
    Pause the stream when a write isn't flushed, and then resume it once the
    writable stream drains.
    2b9e09b0
node-http-proxy.js 28.6 KB