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

annevk requested changes on this pull request.



> @@ -3025,6 +3027,11 @@ in addition to <a>HTTP fetch</a> above.
  <a lt="include credential">includes credentials</a>, then return a
  <a>network error</a>.
 
+ <li><p>If <var>actualResponse</var>'s <a for=response>status</a> is not <code>303</code>,
+ <var>request</var>'s <a for=request>body</a> is not null, and <var>request</var>'s

non-null

> @@ -3366,6 +3373,10 @@ steps:
    <li class=XXX><p>Needs testing: multiple `<code>WWW-Authenticate</code>` headers, missing,
    parsing issues.
 
+   <li><p>If <var>request</var>'s <a for=request>body</a> is not null and <var>request</var>'s

non-null

-- 
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#pullrequestreview-10485230

Received on Tuesday, 29 November 2016 08:22:36 UTC