- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 22 May 2017 21:59:12 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 23 May 2017 04:59:47 UTC
annevk commented on this pull request. > @@ -2424,7 +2424,8 @@ with a <i>CORS flag</i> and <i>recursive flag</i>, run these steps: <li><p>If |request|'s <a for=request>url</a>'s <a for=url>parser-removed-tab-or-newline flag</a> is set, and |request|'s <a for=request>url</a>'s <a for=url>parser-escaped-less-than flag</a> is - set, then set <var>response</var> to a <a>network error</a>. + set, and |request|'s <a for=request>url</a>'s scheme is an <a>HTTP(S) scheme</a>, then set + <var>response</var> to a <a>network error</a>. You want one less "and". -- 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/519#pullrequestreview-39640222
Received on Tuesday, 23 May 2017 04:59:47 UTC