- From: bashi <notifications@github.com>
- Date: Sun, 20 Feb 2022 23:27:35 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 21 February 2022 07:27:48 UTC
@bashi commented on this pull request. > + + <li><p>If <var>responseStartTime</var> is null, set <var>responseStartTime</var> to + <a for=/>coarsened shared current time</a> given <var>fetchParams</var>'s + <a for="fetch params">cross-origin isolated capability</a>, immediately after the user + agent's HTTP parser receives the first byte of the response (e.g., frame header bytes for + HTTP/2 or response status line for HTTP/1.x). + + <li><p>Let <var>status</var> be <a for=response>status</a> of <a for=/>response</a>. + + <li><p>If <var>status</var> is in the range 100 to 199, inclusive: + <ol> + <li><p>If <var>status</var> is 101, <a for=iteration>break</a>. + + <li><p>If <var>status</var> is 103, then: + <ol> + <li><p>If <var>fetchParams</var>'s <a for="fetch params">process early hints response</a> Added an assertion and note. Does this look reasonable? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1404#discussion_r810838717 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1404/review/888282028@github.com>
Received on Monday, 21 February 2022 07:27:48 UTC