Instead of changing default highWaterMark of res.body (see #151), perhaps setting them during clone() would be a better idea. AFAIK, users mostly run into backpressure when they clone() and consume a large response while leaving the other stream idle.
This will likely solve many trivial issues.
Instead of changing default highWaterMark of
res.body(see #151), perhaps setting them duringclone()would be a better idea. AFAIK, users mostly run into backpressure when they clone() and consume a large response while leaving the other stream idle.This will likely solve many trivial issues.