Re: [streams] Custom tee function (#401)

Having the custom `tee()` invoked on `clone()`, but not on the clones used for redirect might be necessary, yes.  The important point that @annevk raises is that we might get the performance gain in the places where it is safe (calling `clone()` on a `Request` or `Response`) but we have a separate choice to make about how to deal with the internal cloning needs.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/401#issuecomment-151035347

Received on Monday, 26 October 2015 06:11:27 UTC