Re: [whatwg/fetch] Uploading a Request made from a ReadableStream body (#425)

Hmm, https://github.com/whatwg/fetch/pull/425/commits/2ab2fcefbf89b26ffeea13ae2148bb7ab7a19292 introduces the original object (_source_) instead of _replayable flag_. Does that look better to you? With the change we don't need teeing stream for body in [http-network-or-cache-fetch](https://fetch.spec.whatwg.org/#http-network-or-cache-fetch), but apparently cloning a request is needed for headers according to the comment. Should I create _clone-request-without-teeing-body_?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/425#issuecomment-264771805

Received on Monday, 5 December 2016 05:36:52 UTC