- From: Yoichi Osato <notifications@github.com>
- Date: Wed, 14 Apr 2021 21:03:02 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 15 April 2021 04:03:22 UTC
@yoichio commented on this pull request.
> @@ -5061,6 +5061,26 @@ optional boolean <var>forceNewConnection</var> (default false), run these steps:
<ul>
<li><p>Follow the relevant requirements from HTTP. [[!HTTP]] [[!HTTP-SEMANTICS]] [[!HTTP-COND]] [[!HTTP-CACHING]] [[!HTTP-AUTH]]
+ <li>
+ <p>If <var>request</var>'s <a for=request>body</a> is non-null, and <var>request</var>'s
+ <a for=request>body</a>'s <a for=body>source</a> is null, the user agent may have a buffer of
+ <a>implementation-defined</a> size and store a part of <var>request</var>'s
+ <a for=request>body</a> to the buffer. The buffer is used to resend <var>request</var>'s
+ <a for=request>body</a> to the network. If the user agent sent more than the buffer size and
+ is required to resend, return a <a>network error</a>.
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/1204#discussion_r613741025
Received on Thursday, 15 April 2021 04:03:22 UTC