- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 23 Nov 2023 04:26:29 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 23 November 2023 12:26:34 UTC
@annevk commented on this pull request. > @@ -6030,7 +6152,8 @@ optional boolean <var>forceNewConnection</var> (default false), run these steps: buffer of up to 64 kibibytes and store a part of <var>request</var>'s <a for=request>body</a> in that buffer. If the user agent reads from <var>request</var>'s <a for=request>body</a> beyond that buffer's size and the user agent needs to resend <var>request</var>, then instead - return a <a>network error</a>. + return the result of running <a>HTTPS upgrade fallback</a> given <var>request</var> and + <var>network error</var>. That matches my analysis https://github.com/whatwg/fetch/pull/1655#discussion_r1390767516 so I think that's okay. Of course, I'm not infallible. 😅 -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1655#discussion_r1403315791 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1655/review/1746351628@github.com>
Received on Thursday, 23 November 2023 12:26:34 UTC