- From: Yutaka Hirano <notifications@github.com>
- Date: Fri, 06 Jan 2017 05:08:00 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 6 January 2017 13:08:34 UTC
yutakahirano commented on this pull request. > + <ol> + <li><p>Set <var>httpRequest</var> to a copy of <var>request</var> except for its + <a for=request>body</a>. + + <li><p>Let <var>body</var> be <var>request</var>'s <a for=request>body</a>. + + <li><p>Set <var>httpRequest</var>'s <a for=request>body</a> to <var>body</var>. + + <li><p>If <var>body</var> is non-null, then set <var>request</var>'s <a for=request>body</a> to a + new <a for=/>body</a> whose <a for=body>stream</a> is null and whose <a for=body>source</a> is + <var>body</var>'s <a for=body>source</a>. + </ol> + + <p class="note no-backref">Here we do not <a for=request>clone</a> <var>request</var> in order + to reduce memory consumption. <var>request</var> can be reused with redirects, authentication, + and proxy authentication. Done. -- 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
Received on Friday, 6 January 2017 13:08:34 UTC